pub struct ExecCommandLine {
pub label: String,
pub text: String,
}Fields§
§label: String§text: StringTrait Implementations§
Source§impl Clone for ExecCommandLine
impl Clone for ExecCommandLine
Source§fn clone(&self) -> ExecCommandLine
fn clone(&self) -> ExecCommandLine
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 ExecCommandLine
impl Debug for ExecCommandLine
Source§impl Default for ExecCommandLine
impl Default for ExecCommandLine
Source§fn default() -> ExecCommandLine
fn default() -> ExecCommandLine
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExecCommandLinewhere
ExecCommandLine: Default,
impl<'de> Deserialize<'de> for ExecCommandLinewhere
ExecCommandLine: Default,
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<ExecCommandLine, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<ExecCommandLine, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ExecCommandLine
impl PartialEq for ExecCommandLine
Source§impl Serialize for ExecCommandLine
impl Serialize for ExecCommandLine
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for ExecCommandLine
Auto Trait Implementations§
impl Freeze for ExecCommandLine
impl RefUnwindSafe for ExecCommandLine
impl Send for ExecCommandLine
impl Sync for ExecCommandLine
impl Unpin for ExecCommandLine
impl UnsafeUnpin for ExecCommandLine
impl UnwindSafe for ExecCommandLine
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