index
:
53hornet/theglassyladies
dev
master
refresh
ssr
Source for theglassyladies.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dichroism
/
src
/
entities
/
photo.rs
blob: 34e9c28bde3d6848f8ea2dec7b4d61fd9a28ee89 (
plain
) (
blame
)
1
2
3
4
5
#[derive(Debug, Clone, Serialize)] pub struct Photo { pub id: i32, pub path: String, }