pub struct PhotosSummaryPrimary {
pub id: Option<i64>,
pub source: Option<i32>,
pub unique_id: Option<String>,
pub urls: Option<String>,
}Fields§
§id: Option<i64>§source: Option<i32>§unique_id: Option<String>§urls: Option<String>Trait Implementations§
Source§impl Clone for PhotosSummaryPrimary
impl Clone for PhotosSummaryPrimary
Source§fn clone(&self) -> PhotosSummaryPrimary
fn clone(&self) -> PhotosSummaryPrimary
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 moreSource§impl Debug for PhotosSummaryPrimary
impl Debug for PhotosSummaryPrimary
Source§impl<'de> Deserialize<'de> for PhotosSummaryPrimary
impl<'de> Deserialize<'de> for PhotosSummaryPrimary
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PhotosSummaryPrimary
impl RefUnwindSafe for PhotosSummaryPrimary
impl Send for PhotosSummaryPrimary
impl Sync for PhotosSummaryPrimary
impl Unpin for PhotosSummaryPrimary
impl UnsafeUnpin for PhotosSummaryPrimary
impl UnwindSafe for PhotosSummaryPrimary
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