pub enum ConstructionMode {
Strong,
Weak,
AtAddress(*mut u8),
}Variants§
Auto Trait Implementations§
impl Freeze for ConstructionMode
impl RefUnwindSafe for ConstructionMode
impl !Send for ConstructionMode
impl !Sync for ConstructionMode
impl Unpin for ConstructionMode
impl UnsafeUnpin for ConstructionMode
impl UnwindSafe for ConstructionMode
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