pub enum ConstraintPlatform {
LinuxX8664,
LinuxAarch64,
MacosX8664,
MacosAarch64,
WindowsX8664,
WindowsAarch64,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ConstraintPlatform
impl Clone for ConstraintPlatform
Source§fn clone(&self) -> ConstraintPlatform
fn clone(&self) -> ConstraintPlatform
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 ConstraintPlatform
Source§impl Debug for ConstraintPlatform
impl Debug for ConstraintPlatform
impl Eq for ConstraintPlatform
Source§impl PartialEq for ConstraintPlatform
impl PartialEq for ConstraintPlatform
impl StructuralPartialEq for ConstraintPlatform
Auto Trait Implementations§
impl Freeze for ConstraintPlatform
impl RefUnwindSafe for ConstraintPlatform
impl Send for ConstraintPlatform
impl Sync for ConstraintPlatform
impl Unpin for ConstraintPlatform
impl UnsafeUnpin for ConstraintPlatform
impl UnwindSafe for ConstraintPlatform
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