pub struct Attach {
pub this: Box<Expression>,
pub exists: bool,
pub expressions: Vec<Expression>,
}Expand description
Attach
Fields§
§this: Box<Expression>§exists: bool§expressions: Vec<Expression>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Attach
impl<'de> Deserialize<'de> for Attach
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
impl StructuralPartialEq for Attach
Auto Trait Implementations§
impl Freeze for Attach
impl RefUnwindSafe for Attach
impl Send for Attach
impl Sync for Attach
impl Unpin for Attach
impl UnwindSafe for Attach
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