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