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