pub struct BinaryViewDecoder {}Trait Implementations§
Source§impl ArrayDecoder for BinaryViewDecoder
impl ArrayDecoder for BinaryViewDecoder
Source§impl Default for BinaryViewDecoder
impl Default for BinaryViewDecoder
Source§fn default() -> BinaryViewDecoder
fn default() -> BinaryViewDecoder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BinaryViewDecoder
impl RefUnwindSafe for BinaryViewDecoder
impl Send for BinaryViewDecoder
impl Sync for BinaryViewDecoder
impl Unpin for BinaryViewDecoder
impl UnwindSafe for BinaryViewDecoder
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