Struct sonnerie_api::OwnedColumn [−][src]
pub struct OwnedColumn { /* fields omitted */ }Same as Column, except can be moved
and is heavier weight.
Methods
impl OwnedColumn[src]
impl OwnedColumnpub fn from_checked<Type: ToValue>(&self) -> Option<Type>[src]
pub fn from_checked<Type: ToValue>(&self) -> Option<Type>pub fn from<Type: ToValue>(&self) -> Type[src]
pub fn from<Type: ToValue>(&self) -> TypeTrait Implementations
impl Debug for OwnedColumn[src]
impl Debug for OwnedColumnfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for OwnedColumn[src]
impl Clone for OwnedColumnfn clone(&self) -> OwnedColumn[src]
fn clone(&self) -> OwnedColumnReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Display for OwnedColumn[src]
impl Display for OwnedColumnAuto Trait Implementations
impl Send for OwnedColumn
impl Send for OwnedColumnimpl Sync for OwnedColumn
impl Sync for OwnedColumn