pub struct RepositoryInteractionLimit {}
Trait Implementations§
impl HasInputField<limit, RepositoryInteractionLimit> for SetOrganizationInteractionLimitInput
impl HasInputField<limit, RepositoryInteractionLimit> for SetRepositoryInteractionLimitInput
impl HasInputField<limit, RepositoryInteractionLimit> for SetUserInteractionLimitInput
Auto Trait Implementations§
impl Freeze for RepositoryInteractionLimit
impl RefUnwindSafe for RepositoryInteractionLimit
impl Send for RepositoryInteractionLimit
impl Sync for RepositoryInteractionLimit
impl Unpin for RepositoryInteractionLimit
impl UnwindSafe for RepositoryInteractionLimit
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