pub struct SerializedCommand(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for SerializedCommand
impl Clone for SerializedCommand
Source§fn clone(&self) -> SerializedCommand
fn clone(&self) -> SerializedCommand
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 SerializedCommand
impl Debug for SerializedCommand
Source§impl<'de> Deserialize<'de> for SerializedCommand
impl<'de> Deserialize<'de> for SerializedCommand
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 Display for SerializedCommand
impl Display for SerializedCommand
Source§impl FromStr for SerializedCommand
impl FromStr for SerializedCommand
Source§impl PartialEq for SerializedCommand
impl PartialEq for SerializedCommand
Source§impl Serialize for SerializedCommand
impl Serialize for SerializedCommand
Source§impl TryFrom<&str> for SerializedCommand
impl TryFrom<&str> for SerializedCommand
Source§impl TryFrom<String> for SerializedCommand
impl TryFrom<String> for SerializedCommand
Source§impl TryFrom<Value> for SerializedCommand
impl TryFrom<Value> for SerializedCommand
impl Eq for SerializedCommand
impl StructuralPartialEq for SerializedCommand
Auto Trait Implementations§
impl Freeze for SerializedCommand
impl RefUnwindSafe for SerializedCommand
impl Send for SerializedCommand
impl Sync for SerializedCommand
impl Unpin for SerializedCommand
impl UnwindSafe for SerializedCommand
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