pub enum IdentityMapSize {
Size4Gb,
Size8Gb,
}
Expand description
Size of the initial identity map
Variants§
Trait Implementations§
Source§impl Clone for IdentityMapSize
impl Clone for IdentityMapSize
Source§fn clone(&self) -> IdentityMapSize
fn clone(&self) -> IdentityMapSize
Returns a copy 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 IdentityMapSize
impl Debug for IdentityMapSize
impl Copy for IdentityMapSize
Auto Trait Implementations§
impl Freeze for IdentityMapSize
impl RefUnwindSafe for IdentityMapSize
impl Send for IdentityMapSize
impl Sync for IdentityMapSize
impl Unpin for IdentityMapSize
impl UnwindSafe for IdentityMapSize
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