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