pub struct Platform<'a> { /* private fields */ }Trait Implementations§
Source§impl Into<ApplePlatform> for Platform<'static>
impl Into<ApplePlatform> for Platform<'static>
Source§fn into(self) -> ApplePlatform
fn into(self) -> ApplePlatform
Converts this type into the (usually inferred) input type.
Source§impl TryFrom<ApplePlatform> for Platform<'_>
impl TryFrom<ApplePlatform> for Platform<'_>
impl<'a> Copy for Platform<'a>
Auto Trait Implementations§
impl<'a> Freeze for Platform<'a>
impl<'a> RefUnwindSafe for Platform<'a>
impl<'a> Send for Platform<'a>
impl<'a> Sync for Platform<'a>
impl<'a> Unpin for Platform<'a>
impl<'a> UnwindSafe for Platform<'a>
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