Struct ella_tensor::NamedColumn
source · pub struct NamedColumn { /* private fields */ }Implementations§
Trait Implementations§
source§impl Clone for NamedColumn
impl Clone for NamedColumn
source§fn clone(&self) -> NamedColumn
fn clone(&self) -> NamedColumn
Returns a copy 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 NamedColumn
impl Debug for NamedColumn
source§impl Deref for NamedColumn
impl Deref for NamedColumn
source§impl From<NamedColumn> for (String, ColumnRef)
impl From<NamedColumn> for (String, ColumnRef)
source§fn from(_: NamedColumn) -> Self
fn from(_: NamedColumn) -> Self
Converts to this type from the input type.
source§impl FromIterator<NamedColumn> for DataFrame
impl FromIterator<NamedColumn> for DataFrame
source§fn from_iter<T: IntoIterator<Item = NamedColumn>>(iter: T) -> Self
fn from_iter<T: IntoIterator<Item = NamedColumn>>(iter: T) -> Self
Creates a value from an iterator. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for NamedColumn
impl Send for NamedColumn
impl Sync for NamedColumn
impl Unpin for NamedColumn
impl !UnwindSafe for NamedColumn
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