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