pub struct RecordState { /* private fields */ }
Implementations§
Source§impl RecordState
impl RecordState
Auto Trait Implementations§
impl Freeze for RecordState
impl !RefUnwindSafe for RecordState
impl !Send for RecordState
impl !Sync for RecordState
impl Unpin for RecordState
impl !UnwindSafe for RecordState
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