pub enum OsProfile {
Native,
Concrete(NativeOsProfile),
}Variants§
Native
Concrete(NativeOsProfile)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OsProfile
impl RefUnwindSafe for OsProfile
impl Send for OsProfile
impl Sync for OsProfile
impl Unpin for OsProfile
impl UnsafeUnpin for OsProfile
impl UnwindSafe for OsProfile
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