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