pub struct PhotoSize {
pub file_id: String,
pub file_unique_id: String,
pub width: i32,
pub height: i32,
pub file_size: Option<i32>,
}
Fields§
§file_id: String
§file_unique_id: String
§width: i32
§height: i32
§file_size: Option<i32>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PhotoSize
impl RefUnwindSafe for PhotoSize
impl Send for PhotoSize
impl Sync for PhotoSize
impl Unpin for PhotoSize
impl UnwindSafe for PhotoSize
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more