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