pub struct BinValue;Expand description
Binary value representation.
Auto Trait Implementations§
impl Freeze for BinValue
impl RefUnwindSafe for BinValue
impl Send for BinValue
impl Sync for BinValue
impl Unpin for BinValue
impl UnwindSafe for BinValue
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