pub struct attachment;Trait Implementations§
Source§impl Field for attachment
impl Field for attachment
Source§impl HasField<attachment> for AttachmentPayload
impl HasField<attachment> for AttachmentPayload
Source§type Type = Attachment
type Type = Attachment
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for attachment
impl RefUnwindSafe for attachment
impl Send for attachment
impl Sync for attachment
impl Unpin for attachment
impl UnwindSafe for attachment
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