pub struct setOrganizationInteractionLimit;Trait Implementations§
Source§impl HasArgument<input> for setOrganizationInteractionLimit
impl HasArgument<input> for setOrganizationInteractionLimit
Source§type ArgumentType = SetOrganizationInteractionLimitInput
type ArgumentType = SetOrganizationInteractionLimitInput
The schema marker type of this argument.
Source§impl HasField<setOrganizationInteractionLimit> for Mutation
impl HasField<setOrganizationInteractionLimit> for Mutation
Source§type Type = Option<SetOrganizationInteractionLimitPayload>
type Type = Option<SetOrganizationInteractionLimitPayload>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for setOrganizationInteractionLimit
impl RefUnwindSafe for setOrganizationInteractionLimit
impl Send for setOrganizationInteractionLimit
impl Sync for setOrganizationInteractionLimit
impl Unpin for setOrganizationInteractionLimit
impl UnwindSafe for setOrganizationInteractionLimit
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