pub struct attachment;Trait Implementations§
Source§impl Field for attachment
impl Field for attachment
Source§impl HasArgument<id> for attachment
impl HasArgument<id> for attachment
Source§impl HasField<attachment> for Query
impl HasField<attachment> for Query
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