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