pub struct TrailingState;
Trait Implementations§
Source§impl Clone for TrailingState
impl Clone for TrailingState
Source§fn clone(&self) -> TrailingState
fn clone(&self) -> TrailingState
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TrailingState
impl Debug for TrailingState
Source§impl PartialEq for TrailingState
impl PartialEq for TrailingState
impl Copy for TrailingState
impl Eq for TrailingState
impl State for TrailingState
impl StructuralPartialEq for TrailingState
Auto Trait Implementations§
impl Freeze for TrailingState
impl RefUnwindSafe for TrailingState
impl Send for TrailingState
impl Sync for TrailingState
impl Unpin for TrailingState
impl UnwindSafe for TrailingState
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