pub struct PostFileIdContentAttributes {
pub name: String,
pub content_modified_at: Option<DateTime<Utc>>,
}Fields§
§name: String§content_modified_at: Option<DateTime<Utc>>Trait Implementations§
Source§impl Clone for PostFileIdContentAttributes
impl Clone for PostFileIdContentAttributes
Source§fn clone(&self) -> PostFileIdContentAttributes
fn clone(&self) -> PostFileIdContentAttributes
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PostFileIdContentAttributes
impl Debug for PostFileIdContentAttributes
Source§impl Default for PostFileIdContentAttributes
impl Default for PostFileIdContentAttributes
Source§fn default() -> PostFileIdContentAttributes
fn default() -> PostFileIdContentAttributes
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PostFileIdContentAttributes
impl<'de> Deserialize<'de> for PostFileIdContentAttributes
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
impl StructuralPartialEq for PostFileIdContentAttributes
Auto Trait Implementations§
impl Freeze for PostFileIdContentAttributes
impl RefUnwindSafe for PostFileIdContentAttributes
impl Send for PostFileIdContentAttributes
impl Sync for PostFileIdContentAttributes
impl Unpin for PostFileIdContentAttributes
impl UnsafeUnpin for PostFileIdContentAttributes
impl UnwindSafe for PostFileIdContentAttributes
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