enum RelocationStateV5 {
Start,
Page,
}
Variants§
Trait Implementations§
Source§impl Clone for RelocationStateV5
impl Clone for RelocationStateV5
Source§fn clone(&self) -> RelocationStateV5
fn clone(&self) -> RelocationStateV5
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 RelocationStateV5
impl Debug for RelocationStateV5
Source§impl PartialEq for RelocationStateV5
impl PartialEq for RelocationStateV5
impl Copy for RelocationStateV5
impl Eq for RelocationStateV5
impl StructuralPartialEq for RelocationStateV5
Auto Trait Implementations§
impl Freeze for RelocationStateV5
impl RefUnwindSafe for RelocationStateV5
impl Send for RelocationStateV5
impl Sync for RelocationStateV5
impl Unpin for RelocationStateV5
impl UnwindSafe for RelocationStateV5
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