#[repr(C)]pub struct DzlTrie { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for DzlTrie
impl RefUnwindSafe for DzlTrie
impl !Send for DzlTrie
impl !Sync for DzlTrie
impl !Unpin for DzlTrie
impl UnwindSafe for DzlTrie
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