pub struct GetCollectionsResponseCollectionsItemFork {
pub created_at: Option<String>,
pub from: Option<String>,
pub label: Option<String>,
}
Fields§
§created_at: Option<String>
The fork’s creation date and time.
from: Option<String>
The unique ID of the fork’s source collection.
label: Option<String>
The fork’s label.
Trait Implementations§
Source§impl Clone for GetCollectionsResponseCollectionsItemFork
impl Clone for GetCollectionsResponseCollectionsItemFork
Source§fn clone(&self) -> GetCollectionsResponseCollectionsItemFork
fn clone(&self) -> GetCollectionsResponseCollectionsItemFork
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<'de> Deserialize<'de> for GetCollectionsResponseCollectionsItemFork
impl<'de> Deserialize<'de> for GetCollectionsResponseCollectionsItemFork
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
Source§impl PartialEq for GetCollectionsResponseCollectionsItemFork
impl PartialEq for GetCollectionsResponseCollectionsItemFork
Source§fn eq(&self, other: &GetCollectionsResponseCollectionsItemFork) -> bool
fn eq(&self, other: &GetCollectionsResponseCollectionsItemFork) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetCollectionsResponseCollectionsItemFork
Auto Trait Implementations§
impl Freeze for GetCollectionsResponseCollectionsItemFork
impl RefUnwindSafe for GetCollectionsResponseCollectionsItemFork
impl Send for GetCollectionsResponseCollectionsItemFork
impl Sync for GetCollectionsResponseCollectionsItemFork
impl Unpin for GetCollectionsResponseCollectionsItemFork
impl UnwindSafe for GetCollectionsResponseCollectionsItemFork
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