pub struct Platforms {
pub comment: Option<String>,
pub contents: Vec<PlatformsContent>,
}Fields§
§comment: Option<String>§contents: Vec<PlatformsContent>Trait Implementations§
impl Eq for Platforms
impl StructuralPartialEq for Platforms
Auto Trait Implementations§
impl Freeze for Platforms
impl RefUnwindSafe for Platforms
impl Send for Platforms
impl Sync for Platforms
impl Unpin 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