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