pub enum PrpMode {
Single,
Double,
}
Variants§
Trait Implementations§
source§impl Ord for PrpMode
impl Ord for PrpMode
source§impl PartialOrd for PrpMode
impl PartialOrd for PrpMode
impl Copy for PrpMode
impl Eq for PrpMode
impl StructuralPartialEq for PrpMode
Auto Trait Implementations§
impl Freeze for PrpMode
impl RefUnwindSafe for PrpMode
impl Send for PrpMode
impl Sync for PrpMode
impl Unpin for PrpMode
impl UnwindSafe for PrpMode
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)