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