#[non_exhaustive]pub struct AttachmentMarker;
Expand description
Marker for attachment IDs.
Types such as Attachment
use this ID marker.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AttachmentMarker
impl RefUnwindSafe for AttachmentMarker
impl Send for AttachmentMarker
impl Sync for AttachmentMarker
impl Unpin for AttachmentMarker
impl UnwindSafe for AttachmentMarker
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