Struct repr::adt::jsonb::vec_stack::VecStack [−][src]
Expand description
Fields
buf: &'a mut Vec<T>i: usizeImplementations
Creates a new VecStack backed by buf.
The stack starts with a single psuedo-vector.
Sorts the psuedo-vector at the top of the stack by the key
identified by f.
Trait Implementations
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for VecStack<'a, T> where
T: RefUnwindSafe,
impl<'a, T> !UnwindSafe for VecStack<'a, T>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more