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