pub enum PDec {}
Expand description
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PDec
impl RefUnwindSafe for PDec
impl Send for PDec
impl Sync for PDec
impl Unpin for PDec
impl UnwindSafe for PDec
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