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