pub enum TableCellRelationshipField {
CellFrame,
}Variants§
CellFrame
Trait Implementations§
Source§impl Clone for TableCellRelationshipField
impl Clone for TableCellRelationshipField
Source§fn clone(&self) -> TableCellRelationshipField
fn clone(&self) -> TableCellRelationshipField
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 TableCellRelationshipField
impl Debug for TableCellRelationshipField
Source§impl<'de> Deserialize<'de> for TableCellRelationshipField
impl<'de> Deserialize<'de> for TableCellRelationshipField
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<TableCellRelationshipField, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<TableCellRelationshipField, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for TableCellRelationshipField
impl Display for TableCellRelationshipField
Source§impl Serialize for TableCellRelationshipField
impl Serialize for TableCellRelationshipField
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Eq for TableCellRelationshipField
impl StructuralPartialEq for TableCellRelationshipField
Auto Trait Implementations§
impl Freeze for TableCellRelationshipField
impl RefUnwindSafe for TableCellRelationshipField
impl Send for TableCellRelationshipField
impl Sync for TableCellRelationshipField
impl Unpin for TableCellRelationshipField
impl UnsafeUnpin for TableCellRelationshipField
impl UnwindSafe for TableCellRelationshipField
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