pub enum ShardDescrTag {
Old,
New,
}Variants§
Trait Implementations§
Source§impl Clone for ShardDescrTag
impl Clone for ShardDescrTag
Source§fn clone(&self) -> ShardDescrTag
fn clone(&self) -> ShardDescrTag
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 ShardDescrTag
impl Debug for ShardDescrTag
Source§impl PartialEq for ShardDescrTag
impl PartialEq for ShardDescrTag
impl StructuralPartialEq for ShardDescrTag
Auto Trait Implementations§
impl Freeze for ShardDescrTag
impl RefUnwindSafe for ShardDescrTag
impl Send for ShardDescrTag
impl Sync for ShardDescrTag
impl Unpin for ShardDescrTag
impl UnsafeUnpin for ShardDescrTag
impl UnwindSafe for ShardDescrTag
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