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