pub struct MzCommandSummary {
pub command_id: String,
pub title: String,
}Fields§
§command_id: String§title: StringTrait Implementations§
Source§impl Clone for MzCommandSummary
impl Clone for MzCommandSummary
Source§fn clone(&self) -> MzCommandSummary
fn clone(&self) -> MzCommandSummary
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 MzCommandSummary
impl Debug for MzCommandSummary
Source§impl Default for MzCommandSummary
impl Default for MzCommandSummary
Source§fn default() -> MzCommandSummary
fn default() -> MzCommandSummary
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MzCommandSummary
impl<'de> Deserialize<'de> for MzCommandSummary
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 MzCommandSummary
impl PartialEq for MzCommandSummary
Source§impl Serialize for MzCommandSummary
impl Serialize for MzCommandSummary
impl Eq for MzCommandSummary
impl StructuralPartialEq for MzCommandSummary
Auto Trait Implementations§
impl Freeze for MzCommandSummary
impl RefUnwindSafe for MzCommandSummary
impl Send for MzCommandSummary
impl Sync for MzCommandSummary
impl Unpin for MzCommandSummary
impl UnsafeUnpin for MzCommandSummary
impl UnwindSafe for MzCommandSummary
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