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