pub struct IdConfig { /* private fields */ }Expand description
Configuration for ID generation
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IdConfig
impl RefUnwindSafe for IdConfig
impl Send for IdConfig
impl Sync for IdConfig
impl Unpin for IdConfig
impl UnsafeUnpin for IdConfig
impl UnwindSafe for IdConfig
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