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