pub struct sequenceCount;
Trait Implementations§
Source§impl Field for sequenceCount
impl Field for sequenceCount
Auto Trait Implementations§
impl Freeze for sequenceCount
impl RefUnwindSafe for sequenceCount
impl Send for sequenceCount
impl Sync for sequenceCount
impl Unpin for sequenceCount
impl UnwindSafe for sequenceCount
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