pub struct ColumnLink {
pub name: String,
}
Fields§
§name: String
Trait Implementations§
Source§impl Clone for ColumnLink
impl Clone for ColumnLink
Source§fn clone(&self) -> ColumnLink
fn clone(&self) -> ColumnLink
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 ColumnLink
impl Debug for ColumnLink
Source§impl<'de> Deserialize<'de> for ColumnLink
impl<'de> Deserialize<'de> for ColumnLink
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ColumnLink
impl PartialEq for ColumnLink
Source§impl Serialize for ColumnLink
impl Serialize for ColumnLink
impl Eq for ColumnLink
impl StructuralPartialEq for ColumnLink
Auto Trait Implementations§
impl Freeze for ColumnLink
impl RefUnwindSafe for ColumnLink
impl Send for ColumnLink
impl Sync for ColumnLink
impl Unpin for ColumnLink
impl UnwindSafe for ColumnLink
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