pub enum PlatformsContent {
Platform(Platform),
}Variants§
Trait Implementations§
Source§impl Clone for PlatformsContent
impl Clone for PlatformsContent
Source§fn clone(&self) -> PlatformsContent
fn clone(&self) -> PlatformsContent
Returns a duplicate of the value. Read more
1.0.0 · 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 PlatformsContent
impl Debug for PlatformsContent
Source§impl PartialEq for PlatformsContent
impl PartialEq for PlatformsContent
impl Eq for PlatformsContent
impl StructuralPartialEq for PlatformsContent
Auto Trait Implementations§
impl Freeze for PlatformsContent
impl RefUnwindSafe for PlatformsContent
impl Send for PlatformsContent
impl Sync for PlatformsContent
impl Unpin for PlatformsContent
impl UnwindSafe for PlatformsContent
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