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