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