pub struct EnvironmentAttachmentPageKey {
pub updated_at: DateTime<Utc>,
pub attachment_id: String,
}Expand description
Stable keyset position for attachment queries.
Fields§
§updated_at: DateTime<Utc>Last seen update time.
attachment_id: StringLast seen stable identity.
Trait Implementations§
Source§impl Clone for EnvironmentAttachmentPageKey
impl Clone for EnvironmentAttachmentPageKey
Source§fn clone(&self) -> EnvironmentAttachmentPageKey
fn clone(&self) -> EnvironmentAttachmentPageKey
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 EnvironmentAttachmentPageKey
impl Debug for EnvironmentAttachmentPageKey
impl Eq for EnvironmentAttachmentPageKey
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 EnvironmentAttachmentPageKey
Auto Trait Implementations§
impl Freeze for EnvironmentAttachmentPageKey
impl RefUnwindSafe for EnvironmentAttachmentPageKey
impl Send for EnvironmentAttachmentPageKey
impl Sync for EnvironmentAttachmentPageKey
impl Unpin for EnvironmentAttachmentPageKey
impl UnsafeUnpin for EnvironmentAttachmentPageKey
impl UnwindSafe for EnvironmentAttachmentPageKey
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