pub enum StandalonePlatform {
Unix,
Windows,
}Variants§
Trait Implementations§
Source§impl Clone for StandalonePlatform
impl Clone for StandalonePlatform
Source§fn clone(&self) -> StandalonePlatform
fn clone(&self) -> StandalonePlatform
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StandalonePlatform
Source§impl Debug for StandalonePlatform
impl Debug for StandalonePlatform
impl Eq for StandalonePlatform
Source§impl PartialEq for StandalonePlatform
impl PartialEq for StandalonePlatform
impl StructuralPartialEq for StandalonePlatform
Auto Trait Implementations§
impl Freeze for StandalonePlatform
impl RefUnwindSafe for StandalonePlatform
impl Send for StandalonePlatform
impl Sync for StandalonePlatform
impl Unpin for StandalonePlatform
impl UnsafeUnpin for StandalonePlatform
impl UnwindSafe for StandalonePlatform
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