pub struct Platforms {
pub windows: bool,
pub mac: bool,
pub linux: bool,
}Fields§
§windows: bool§mac: bool§linux: boolTrait Implementations§
Source§impl<'de> Deserialize<'de> for Platforms
impl<'de> Deserialize<'de> for Platforms
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 Platforms
impl RefUnwindSafe for Platforms
impl Send for Platforms
impl Sync for Platforms
impl Unpin for Platforms
impl UnsafeUnpin for Platforms
impl UnwindSafe for Platforms
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