pub enum PlatformGuard {
Unix,
Windows,
Macos,
Linux,
}Variants§
Trait Implementations§
Source§impl Clone for PlatformGuard
impl Clone for PlatformGuard
Source§fn clone(&self) -> PlatformGuard
fn clone(&self) -> PlatformGuard
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 PlatformGuard
impl Debug for PlatformGuard
Source§impl Display for PlatformGuard
impl Display for PlatformGuard
Source§impl PartialEq for PlatformGuard
impl PartialEq for PlatformGuard
impl Copy for PlatformGuard
impl Eq for PlatformGuard
impl StructuralPartialEq for PlatformGuard
Auto Trait Implementations§
impl Freeze for PlatformGuard
impl RefUnwindSafe for PlatformGuard
impl Send for PlatformGuard
impl Sync for PlatformGuard
impl Unpin for PlatformGuard
impl UnwindSafe for PlatformGuard
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