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