pub struct PER;
Trait Implementations§
impl Copy for PER
Auto Trait Implementations§
impl Freeze for PER
impl RefUnwindSafe for PER
impl Send for PER
impl Sync for PER
impl Unpin for PER
impl UnwindSafe for PER
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