pub(crate) struct Bt;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Bt
impl RefUnwindSafe for Bt
impl Send for Bt
impl Sync for Bt
impl Unpin for Bt
impl UnwindSafe for Bt
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