pub enum ClaimMode {
Exclusive,
Shared,
}Variantsยง
Exclusive
Trait Implementationsยง
impl Copy for ClaimMode
impl Eq for ClaimMode
impl StructuralPartialEq for ClaimMode
Auto Trait Implementationsยง
impl Freeze for ClaimMode
impl RefUnwindSafe for ClaimMode
impl Send for ClaimMode
impl Sync for ClaimMode
impl Unpin for ClaimMode
impl UnsafeUnpin for ClaimMode
impl UnwindSafe for ClaimMode
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