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