pub struct SupportedOSSpecificCommand {
pub linux: Option<String>,
pub macos: Option<String>,
pub windows: Option<String>,
}
Fields§
§linux: Option<String>
§macos: Option<String>
§windows: Option<String>
Trait Implementations§
Source§impl Debug for SupportedOSSpecificCommand
impl Debug for SupportedOSSpecificCommand
Source§impl<'de> Deserialize<'de> for SupportedOSSpecificCommand
impl<'de> Deserialize<'de> for SupportedOSSpecificCommand
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
impl StructuralPartialEq for SupportedOSSpecificCommand
Auto Trait Implementations§
impl Freeze for SupportedOSSpecificCommand
impl RefUnwindSafe for SupportedOSSpecificCommand
impl Send for SupportedOSSpecificCommand
impl Sync for SupportedOSSpecificCommand
impl Unpin for SupportedOSSpecificCommand
impl UnwindSafe for SupportedOSSpecificCommand
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