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