pub struct RepositoryInteractionLimitOrigin {}
Auto Trait Implementations§
impl Freeze for RepositoryInteractionLimitOrigin
impl RefUnwindSafe for RepositoryInteractionLimitOrigin
impl Send for RepositoryInteractionLimitOrigin
impl Sync for RepositoryInteractionLimitOrigin
impl Unpin for RepositoryInteractionLimitOrigin
impl UnwindSafe for RepositoryInteractionLimitOrigin
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