pub struct isLocked;Trait Implementations§
Source§impl HasArgument<isLocked> for repositories
impl HasArgument<isLocked> for repositories
Auto Trait Implementations§
impl Freeze for isLocked
impl RefUnwindSafe for isLocked
impl Send for isLocked
impl Sync for isLocked
impl Unpin for isLocked
impl UnwindSafe for isLocked
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