pub struct SetUserInteractionLimitInput;
Trait Implementations§
impl HasInputField<clientMutationId, Option<String>> for SetUserInteractionLimitInput
impl HasInputField<expiry, Option<RepositoryInteractionLimitExpiry>> for SetUserInteractionLimitInput
impl HasInputField<limit, RepositoryInteractionLimit> for SetUserInteractionLimitInput
impl HasInputField<userId, Id> for SetUserInteractionLimitInput
impl InputObjectMarker for SetUserInteractionLimitInput
Auto Trait Implementations§
impl Freeze for SetUserInteractionLimitInput
impl RefUnwindSafe for SetUserInteractionLimitInput
impl Send for SetUserInteractionLimitInput
impl Sync for SetUserInteractionLimitInput
impl Unpin for SetUserInteractionLimitInput
impl UnwindSafe for SetUserInteractionLimitInput
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