pub struct EnvironmentAttachmentPageKeyProjection {
pub updated_at: DateTime<Utc>,
pub attachment_id: String,
}Expand description
Serializable form of an attachment page key.
Fields§
§updated_at: DateTime<Utc>Last seen update time.
attachment_id: StringLast seen stable identity.
Trait Implementations§
Source§impl Clone for EnvironmentAttachmentPageKeyProjection
impl Clone for EnvironmentAttachmentPageKeyProjection
Source§fn clone(&self) -> EnvironmentAttachmentPageKeyProjection
fn clone(&self) -> EnvironmentAttachmentPageKeyProjection
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<'de> Deserialize<'de> for EnvironmentAttachmentPageKeyProjection
impl<'de> Deserialize<'de> for EnvironmentAttachmentPageKeyProjection
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 Eq for EnvironmentAttachmentPageKeyProjection
Source§impl From<EnvironmentAttachmentPageKeyProjection> for EnvironmentAttachmentPageKey
impl From<EnvironmentAttachmentPageKeyProjection> for EnvironmentAttachmentPageKey
Source§fn from(value: EnvironmentAttachmentPageKeyProjection) -> Self
fn from(value: EnvironmentAttachmentPageKeyProjection) -> Self
Converts to this type from the input type.
impl StructuralPartialEq for EnvironmentAttachmentPageKeyProjection
Auto Trait Implementations§
impl Freeze for EnvironmentAttachmentPageKeyProjection
impl RefUnwindSafe for EnvironmentAttachmentPageKeyProjection
impl Send for EnvironmentAttachmentPageKeyProjection
impl Sync for EnvironmentAttachmentPageKeyProjection
impl Unpin for EnvironmentAttachmentPageKeyProjection
impl UnsafeUnpin for EnvironmentAttachmentPageKeyProjection
impl UnwindSafe for EnvironmentAttachmentPageKeyProjection
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