pub enum IdInMemType {
U32,
U64,
Str {
n_chars: usize,
},
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IdInMemType
impl RefUnwindSafe for IdInMemType
impl Send for IdInMemType
impl Sync for IdInMemType
impl Unpin for IdInMemType
impl UnwindSafe for IdInMemType
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