pub struct ModifierArg {}Expand description
“modifier-arg”.
Trait Implementations§
Source§impl Clone for ModifierArg
impl Clone for ModifierArg
Source§fn clone(&self) -> ModifierArg
fn clone(&self) -> ModifierArg
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 ModifierArg
impl Debug for ModifierArg
Source§impl PartialEq for ModifierArg
impl PartialEq for ModifierArg
Source§impl StmtArg for ModifierArg
impl StmtArg for ModifierArg
impl StructuralPartialEq for ModifierArg
Auto Trait Implementations§
impl Freeze for ModifierArg
impl RefUnwindSafe for ModifierArg
impl Send for ModifierArg
impl Sync for ModifierArg
impl Unpin for ModifierArg
impl UnwindSafe for ModifierArg
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