pub struct VarLen;Expand description
Varialbe-length integer (used within JSONB).
Trait Implementations§
Source§impl BytesRepr for VarLen
impl BytesRepr for VarLen
Source§impl Ord for VarLen
impl Ord for VarLen
Source§impl PartialOrd for VarLen
impl PartialOrd for VarLen
impl Copy for VarLen
impl Eq for VarLen
impl StructuralPartialEq for VarLen
Auto Trait Implementations§
impl Freeze for VarLen
impl RefUnwindSafe for VarLen
impl Send for VarLen
impl Sync for VarLen
impl Unpin for VarLen
impl UnwindSafe for VarLen
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