pub struct Flickr_Properties {
pub height: Option<u16>,
pub width: Option<u16>,
pub category: Option<&'static str>,
}Fields§
§height: Option<u16>§width: Option<u16>§category: Option<&'static str>Trait Implementations§
Source§impl Clone for Flickr_Properties
impl Clone for Flickr_Properties
Source§fn clone(&self) -> Flickr_Properties
fn clone(&self) -> Flickr_Properties
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for Flickr_Properties
impl RefUnwindSafe for Flickr_Properties
impl Send for Flickr_Properties
impl Sync for Flickr_Properties
impl Unpin for Flickr_Properties
impl UnwindSafe for Flickr_Properties
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