pub enum uc_ {}
Trait Implementations§
source§impl Ord for uc_
impl Ord for uc_
source§impl PartialOrd for uc_
impl PartialOrd for uc_
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for uc_
impl Eq for uc_
impl StructuralEq for uc_
impl StructuralPartialEq for uc_
Auto Trait Implementations§
impl RefUnwindSafe for uc_
impl Send for uc_
impl Sync for uc_
impl Unpin for uc_
impl UnwindSafe for uc_
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