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