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]

Trait Implementations

impl Debug for OwnedColumn
[src]

Formats the value using the given formatter. Read more

impl Clone for OwnedColumn
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for OwnedColumn
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for OwnedColumn

impl Sync for OwnedColumn