pub struct PdoIdx(/* private fields */);
Expand description
PDO Index
Implementations§
Trait Implementations§
impl Copy for PdoIdx
impl Eq for PdoIdx
impl StructuralPartialEq for PdoIdx
Auto Trait Implementations§
impl Freeze for PdoIdx
impl RefUnwindSafe for PdoIdx
impl Send for PdoIdx
impl Sync for PdoIdx
impl Unpin for PdoIdx
impl UnwindSafe for PdoIdx
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