pub struct PrefixState;
Trait Implementations§
Source§impl Clone for PrefixState
impl Clone for PrefixState
Source§fn clone(&self) -> PrefixState
fn clone(&self) -> PrefixState
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 PrefixState
impl Debug for PrefixState
Source§impl PartialEq for PrefixState
impl PartialEq for PrefixState
impl Copy for PrefixState
impl Eq for PrefixState
impl State for PrefixState
impl StructuralPartialEq for PrefixState
Auto Trait Implementations§
impl Freeze for PrefixState
impl RefUnwindSafe for PrefixState
impl Send for PrefixState
impl Sync for PrefixState
impl Unpin for PrefixState
impl UnwindSafe for PrefixState
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