pub struct SetStatement {
pub variable: String,
pub value: Literal,
}
Fields§
§variable: String
§value: Literal
Trait Implementations§
Source§impl Clone for SetStatement
impl Clone for SetStatement
Source§fn clone(&self) -> SetStatement
fn clone(&self) -> SetStatement
Returns a copy 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 SetStatement
impl Debug for SetStatement
Source§impl<'de> Deserialize<'de> for SetStatement
impl<'de> Deserialize<'de> for SetStatement
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 Display for SetStatement
impl Display for SetStatement
Source§impl Hash for SetStatement
impl Hash for SetStatement
Source§impl PartialEq for SetStatement
impl PartialEq for SetStatement
Source§impl Serialize for SetStatement
impl Serialize for SetStatement
impl Eq for SetStatement
impl StructuralPartialEq for SetStatement
Auto Trait Implementations§
impl Freeze for SetStatement
impl RefUnwindSafe for SetStatement
impl Send for SetStatement
impl Sync for SetStatement
impl Unpin for SetStatement
impl UnwindSafe for SetStatement
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