pub struct AttachmentPayload;Trait Implementations§
Source§impl HasField<__typename> for AttachmentPayload
impl HasField<__typename> for AttachmentPayload
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.
Source§impl HasField<lastSyncId> for AttachmentPayload
impl HasField<lastSyncId> for AttachmentPayload
Source§impl HasField<success> for AttachmentPayload
impl HasField<success> for AttachmentPayload
Auto Trait Implementations§
impl Freeze for AttachmentPayload
impl RefUnwindSafe for AttachmentPayload
impl Send for AttachmentPayload
impl Sync for AttachmentPayload
impl Unpin for AttachmentPayload
impl UnwindSafe for AttachmentPayload
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