pub struct PBCDT(/* private fields */);
Implementations§
Trait Implementations§
source§impl Ord for PBCDT
impl Ord for PBCDT
source§impl PartialEq for PBCDT
impl PartialEq for PBCDT
source§impl PartialOrd for PBCDT
impl PartialOrd for PBCDT
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 PBCDT
impl Eq for PBCDT
impl StructuralPartialEq for PBCDT
Auto Trait Implementations§
impl Freeze for PBCDT
impl RefUnwindSafe for PBCDT
impl Send for PBCDT
impl Sync for PBCDT
impl Unpin for PBCDT
impl UnwindSafe for PBCDT
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