pub enum CommandsContent {
Command(Command),
}Variants§
Trait Implementations§
Source§impl Clone for CommandsContent
impl Clone for CommandsContent
Source§fn clone(&self) -> CommandsContent
fn clone(&self) -> CommandsContent
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 CommandsContent
impl Debug for CommandsContent
Source§impl PartialEq for CommandsContent
impl PartialEq for CommandsContent
impl Eq for CommandsContent
impl StructuralPartialEq for CommandsContent
Auto Trait Implementations§
impl Freeze for CommandsContent
impl RefUnwindSafe for CommandsContent
impl Send for CommandsContent
impl Sync for CommandsContent
impl Unpin for CommandsContent
impl UnwindSafe for CommandsContent
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