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