pub struct NegatedCommand {
pub span: Span,
pub inner: Box<Statement>,
}Fields§
§span: Span§inner: Box<Statement>Trait Implementations§
Source§impl Clone for NegatedCommand
impl Clone for NegatedCommand
Source§fn clone(&self) -> NegatedCommand
fn clone(&self) -> NegatedCommand
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 NegatedCommand
impl Debug for NegatedCommand
Source§impl<'de> Deserialize<'de> for NegatedCommand
impl<'de> Deserialize<'de> for NegatedCommand
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 NegatedCommand
impl PartialEq for NegatedCommand
Source§impl Serialize for NegatedCommand
impl Serialize for NegatedCommand
impl StructuralPartialEq for NegatedCommand
Auto Trait Implementations§
impl Freeze for NegatedCommand
impl RefUnwindSafe for NegatedCommand
impl Send for NegatedCommand
impl Sync for NegatedCommand
impl Unpin for NegatedCommand
impl UnsafeUnpin for NegatedCommand
impl UnwindSafe for NegatedCommand
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