#[repr(C)]pub struct _JBL { /* private fields */ }Expand description
@brief JSON document in compact binary format Binn
Trait Implementations§
Auto Trait Implementations§
impl Freeze for _JBL
impl RefUnwindSafe for _JBL
impl Send for _JBL
impl Sync for _JBL
impl Unpin for _JBL
impl UnwindSafe for _JBL
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