pub struct Per_SPEC;Trait Implementations§
Source§impl Ord for Per_SPEC
impl Ord for Per_SPEC
Source§impl PartialOrd for Per_SPEC
impl PartialOrd for Per_SPEC
impl Copy for Per_SPEC
impl Eq for Per_SPEC
impl StructuralPartialEq for Per_SPEC
Auto Trait Implementations§
impl Freeze for Per_SPEC
impl RefUnwindSafe for Per_SPEC
impl Send for Per_SPEC
impl Sync for Per_SPEC
impl Unpin for Per_SPEC
impl UnwindSafe for Per_SPEC
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