pub struct PlatformVersion(/* private fields */);Implementations§
Trait Implementations§
Source§impl Debug for PlatformVersion
impl Debug for PlatformVersion
Source§impl Decoder for PlatformVersion
impl Decoder for PlatformVersion
Source§impl Default for PlatformVersion
impl Default for PlatformVersion
Source§impl Encoder for PlatformVersion
impl Encoder for PlatformVersion
Source§impl From<Version> for PlatformVersion
impl From<Version> for PlatformVersion
Source§impl PartialEq for PlatformVersion
impl PartialEq for PlatformVersion
impl StructuralPartialEq for PlatformVersion
Auto Trait Implementations§
impl Freeze for PlatformVersion
impl RefUnwindSafe for PlatformVersion
impl Send for PlatformVersion
impl Sync for PlatformVersion
impl Unpin for PlatformVersion
impl UnwindSafe for PlatformVersion
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