pub struct Prot(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for Prot
impl Ord for Prot
Source§impl PartialOrd for Prot
impl PartialOrd for Prot
impl Copy for Prot
impl Eq for Prot
impl StructuralPartialEq for Prot
Auto Trait Implementations§
impl Freeze for Prot
impl RefUnwindSafe for Prot
impl Send for Prot
impl Sync for Prot
impl Unpin for Prot
impl UnwindSafe for Prot
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