pub enum FastSyncVersion {
V0,
V1,
V2,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for FastSyncVersion
impl Clone for FastSyncVersion
Source§fn clone(&self) -> FastSyncVersion
fn clone(&self) -> FastSyncVersion
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for FastSyncVersion
impl Debug for FastSyncVersion
Source§impl Default for FastSyncVersion
impl Default for FastSyncVersion
Source§fn default() -> FastSyncVersion
fn default() -> FastSyncVersion
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FastSyncVersion
impl RefUnwindSafe for FastSyncVersion
impl Send for FastSyncVersion
impl Sync for FastSyncVersion
impl Unpin for FastSyncVersion
impl UnwindSafe for FastSyncVersion
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