pub struct RowFormatProperty {
pub this: Box<Expression>,
}Expand description
RowFormatProperty
Fields§
§this: Box<Expression>Trait Implementations§
Source§impl Clone for RowFormatProperty
impl Clone for RowFormatProperty
Source§fn clone(&self) -> RowFormatProperty
fn clone(&self) -> RowFormatProperty
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 RowFormatProperty
impl Debug for RowFormatProperty
Source§impl<'de> Deserialize<'de> for RowFormatProperty
impl<'de> Deserialize<'de> for RowFormatProperty
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 RowFormatProperty
impl PartialEq for RowFormatProperty
Source§impl Serialize for RowFormatProperty
impl Serialize for RowFormatProperty
impl StructuralPartialEq for RowFormatProperty
Auto Trait Implementations§
impl Freeze for RowFormatProperty
impl RefUnwindSafe for RowFormatProperty
impl Send for RowFormatProperty
impl Sync for RowFormatProperty
impl Unpin for RowFormatProperty
impl UnwindSafe for RowFormatProperty
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