pub struct ApplicablePlatforms {
pub applicable_platforms: Vec<ApplicablePlatform>,
}Fields§
§applicable_platforms: Vec<ApplicablePlatform>Trait Implementations§
Source§impl Debug for ApplicablePlatforms
impl Debug for ApplicablePlatforms
Source§impl<'de> Deserialize<'de> for ApplicablePlatforms
impl<'de> Deserialize<'de> for ApplicablePlatforms
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 ApplicablePlatforms
impl RefUnwindSafe for ApplicablePlatforms
impl Send for ApplicablePlatforms
impl Sync for ApplicablePlatforms
impl Unpin for ApplicablePlatforms
impl UnwindSafe for ApplicablePlatforms
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