pub struct OwnedColumn { /* private fields */ }
Expand description
Same as Column
, except can be moved
and is heavier weight.
Implementations§
Source§impl OwnedColumn
impl OwnedColumn
Trait Implementations§
Source§impl Clone for OwnedColumn
impl Clone for OwnedColumn
Source§fn clone(&self) -> OwnedColumn
fn clone(&self) -> OwnedColumn
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for OwnedColumn
impl Debug for OwnedColumn
Auto Trait Implementations§
impl Freeze for OwnedColumn
impl RefUnwindSafe for OwnedColumn
impl Send for OwnedColumn
impl Sync for OwnedColumn
impl Unpin for OwnedColumn
impl UnwindSafe for OwnedColumn
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