pub struct CommandProperties {
pub version_flag: Option<String>,
}Fields§
§version_flag: Option<String>Trait Implementations§
Source§impl Clone for CommandProperties
impl Clone for CommandProperties
Source§fn clone(&self) -> CommandProperties
fn clone(&self) -> CommandProperties
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CommandProperties
impl Debug for CommandProperties
Source§impl Default for CommandProperties
impl Default for CommandProperties
Source§fn default() -> CommandProperties
fn default() -> CommandProperties
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CommandProperties
impl<'de> Deserialize<'de> for CommandProperties
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
Auto Trait Implementations§
impl Freeze for CommandProperties
impl RefUnwindSafe for CommandProperties
impl Send for CommandProperties
impl Sync for CommandProperties
impl Unpin for CommandProperties
impl UnsafeUnpin for CommandProperties
impl UnwindSafe for CommandProperties
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