pub struct IdMappingState { /* private fields */ }
Expand description
ID to String mapping. Used to encode string into ID
Implementations§
Trait Implementations§
Source§impl Clone for IdMappingState
impl Clone for IdMappingState
Source§fn clone(&self) -> IdMappingState
fn clone(&self) -> IdMappingState
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 Default for IdMappingState
impl Default for IdMappingState
Source§fn default() -> IdMappingState
fn default() -> IdMappingState
Returns the “default value” for a type. Read more
Source§impl From<IdMappingState> for IdMapping
impl From<IdMappingState> for IdMapping
Source§fn from(id_store: IdMappingState) -> Self
fn from(id_store: IdMappingState) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for IdMappingState
impl RefUnwindSafe for IdMappingState
impl Send for IdMappingState
impl Sync for IdMappingState
impl Unpin for IdMappingState
impl UnwindSafe for IdMappingState
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