pub struct ColumnRole {
pub column: String,
pub role: Role,
}Expand description
A column name paired with its classified role, for the envelope.
Fields§
§column: String§role: RoleTrait Implementations§
Source§impl Clone for ColumnRole
impl Clone for ColumnRole
Source§fn clone(&self) -> ColumnRole
fn clone(&self) -> ColumnRole
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ColumnRole
impl Debug for ColumnRole
Auto Trait Implementations§
impl Freeze for ColumnRole
impl RefUnwindSafe for ColumnRole
impl Send for ColumnRole
impl Sync for ColumnRole
impl Unpin for ColumnRole
impl UnsafeUnpin for ColumnRole
impl UnwindSafe for ColumnRole
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