[−][src]Struct rustpub::complex::core::Collection
Fields
total_items: TotalItemscurrent: Currentfirst: Firstlast: Lastitems: Itemsid: Idkind: Kindattachment: Attachmentattributed_to: AttributedToaudience: Audiencecontent: Contentcontext: Contextname: Nameend_time: EndTimegenerator: Generatoricon: Iconimage: Imagein_reply_to: InReplyTolocation: Locationpreview: Previewpublished: Publishedreplies: Repliesstart_time: StartTimesummary: Summarytag: Tagupdated: Updatedurl: Urlto: Tobto: BTocc: CCbcc: BCCmedia_type: MediaTypeduration: DurationTrait Implementations
impl Clone for Collection[src]
fn clone(&self) -> Collection[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for Collection[src]
impl Default for Collection[src]
fn default() -> Collection[src]
impl<'de> Deserialize<'de> for Collection[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl From<Collection> for CollectionEnum[src]
fn from(struct_value: Collection) -> Self[src]
impl From<CollectionEnum> for Collection[src]
fn from(enum_value: CollectionEnum) -> Self[src]
impl ObjectBaseTrait for Collection[src]
fn any_ref(&self) -> &dyn Any[src]
fn kind(&self) -> &str[src]
fn box_clone(&self) -> Box<dyn ObjectBaseTrait>[src]
impl ObjectTrait for Collection[src]
impl Serialize for Collection[src]
Auto Trait Implementations
impl !RefUnwindSafe for Collection
impl !Send for Collection
impl !Sync for Collection
impl Unpin for Collection
impl !UnwindSafe for Collection
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>, [src]
T: Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Serialize for T where
T: Serialize + ?Sized, [src]
T: Serialize + ?Sized,
fn erased_serialize(&self, serializer: &mut dyn Serializer) -> Result<Ok, Error>[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,