pub struct UnsetCommand {
pub span: Span,
pub parts: Vec<UnsetPart>,
}Fields§
§span: Span§parts: Vec<UnsetPart>Trait Implementations§
Source§impl Clone for UnsetCommand
impl Clone for UnsetCommand
Source§fn clone(&self) -> UnsetCommand
fn clone(&self) -> UnsetCommand
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 UnsetCommand
impl Debug for UnsetCommand
Source§impl<'de> Deserialize<'de> for UnsetCommand
impl<'de> Deserialize<'de> for UnsetCommand
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 UnsetCommand
impl PartialEq for UnsetCommand
Source§impl Serialize for UnsetCommand
impl Serialize for UnsetCommand
impl StructuralPartialEq for UnsetCommand
Auto Trait Implementations§
impl Freeze for UnsetCommand
impl RefUnwindSafe for UnsetCommand
impl Send for UnsetCommand
impl Sync for UnsetCommand
impl Unpin for UnsetCommand
impl UnsafeUnpin for UnsetCommand
impl UnwindSafe for UnsetCommand
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