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