pub enum AlterLock {
Default(Span),
None(Span),
Shared(Span),
Exclusive(Span),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AlterLock
impl RefUnwindSafe for AlterLock
impl Send for AlterLock
impl Sync for AlterLock
impl Unpin for AlterLock
impl UnsafeUnpin for AlterLock
impl UnwindSafe for AlterLock
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