pub struct RangeSeqIf(/* private fields */);Expand description
Opaque MySQL RANGE_SEQ_IF (multi-range read range-sequence interface)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RangeSeqIf
impl RefUnwindSafe for RangeSeqIf
impl Send for RangeSeqIf
impl Sync for RangeSeqIf
impl Unpin for RangeSeqIf
impl UnsafeUnpin for RangeSeqIf
impl UnwindSafe for RangeSeqIf
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