pub struct BinaryOpPriority { /* private fields */ }Trait Implementations§
Source§impl Clone for BinaryOpPriority
impl Clone for BinaryOpPriority
Source§fn clone(&self) -> BinaryOpPriority
fn clone(&self) -> BinaryOpPriority
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 BinaryOpPriority
Source§impl Debug for BinaryOpPriority
impl Debug for BinaryOpPriority
Source§impl Default for BinaryOpPriority
impl Default for BinaryOpPriority
Source§fn default() -> BinaryOpPriority
fn default() -> BinaryOpPriority
Returns the “default value” for a type. Read more
impl Eq for BinaryOpPriority
Source§impl Hash for BinaryOpPriority
impl Hash for BinaryOpPriority
Source§impl PartialEq for BinaryOpPriority
impl PartialEq for BinaryOpPriority
Source§fn eq(&self, other: &BinaryOpPriority) -> bool
fn eq(&self, other: &BinaryOpPriority) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BinaryOpPriority
Auto Trait Implementations§
impl Freeze for BinaryOpPriority
impl RefUnwindSafe for BinaryOpPriority
impl Send for BinaryOpPriority
impl Sync for BinaryOpPriority
impl Unpin for BinaryOpPriority
impl UnsafeUnpin for BinaryOpPriority
impl UnwindSafe for BinaryOpPriority
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