pub struct RptSeq;Expand description
RptSeq (83).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RptSeq
impl RefUnwindSafe for RptSeq
impl Send for RptSeq
impl Sync for RptSeq
impl Unpin for RptSeq
impl UnsafeUnpin for RptSeq
impl UnwindSafe for RptSeq
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