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