pub struct AttachmentManifestEntry {
pub attachment_id: AttachmentId,
pub session_id: String,
pub canonical_uri: String,
pub intent_at_epoch_ms: u64,
pub committed_at_epoch_ms: Option<u64>,
}Fields§
§attachment_id: AttachmentId§session_id: String§canonical_uri: String§intent_at_epoch_ms: u64§committed_at_epoch_ms: Option<u64>Trait Implementations§
Source§impl Clone for AttachmentManifestEntry
impl Clone for AttachmentManifestEntry
Source§fn clone(&self) -> AttachmentManifestEntry
fn clone(&self) -> AttachmentManifestEntry
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 moreAuto Trait Implementations§
impl Freeze for AttachmentManifestEntry
impl RefUnwindSafe for AttachmentManifestEntry
impl Send for AttachmentManifestEntry
impl Sync for AttachmentManifestEntry
impl Unpin for AttachmentManifestEntry
impl UnsafeUnpin for AttachmentManifestEntry
impl UnwindSafe for AttachmentManifestEntry
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