pub struct Untagged;
Expand description
Trait Implementations§
Source§impl<Ctx, K, V> BitDecode<Ctx, Untagged> for BTreeMap<K, V>
Available on crate feature alloc
only.
impl<Ctx, K, V> BitDecode<Ctx, Untagged> for BTreeMap<K, V>
Available on crate feature
alloc
only.Source§impl<Ctx, T> BitDecode<Ctx, Untagged> for BinaryHeap<T>
Available on crate feature alloc
only.
impl<Ctx, T> BitDecode<Ctx, Untagged> for BinaryHeap<T>
Available on crate feature
alloc
only.Source§impl<Ctx, T> BitDecode<Ctx, Untagged> for Box<[T]>where
T: BitDecode<Ctx>,
Available on crate feature alloc
only.
impl<Ctx, T> BitDecode<Ctx, Untagged> for Box<[T]>where
T: BitDecode<Ctx>,
Available on crate feature
alloc
only.Source§impl<Ctx, K, V, H> BitDecode<Ctx, Untagged> for HashMap<K, V, H>
Available on crate feature std
only.
impl<Ctx, K, V, H> BitDecode<Ctx, Untagged> for HashMap<K, V, H>
Available on crate feature
std
only.Source§impl<Ctx, T, H> BitDecode<Ctx, Untagged> for HashSet<T, H>
Available on crate feature std
only.
impl<Ctx, T, H> BitDecode<Ctx, Untagged> for HashSet<T, H>
Available on crate feature
std
only.Source§impl<Ctx, T> BitDecode<Ctx, Untagged> for LinkedList<T>where
T: BitDecode<Ctx>,
Available on crate feature alloc
only.
impl<Ctx, T> BitDecode<Ctx, Untagged> for LinkedList<T>where
T: BitDecode<Ctx>,
Available on crate feature
alloc
only.Source§impl<Ctx, T> BitDecode<Ctx, Untagged> for Vec<T>where
T: BitDecode<Ctx>,
Available on crate feature alloc
only.
impl<Ctx, T> BitDecode<Ctx, Untagged> for Vec<T>where
T: BitDecode<Ctx>,
Available on crate feature
alloc
only.Source§impl<Ctx, T> BitDecode<Ctx, Untagged> for VecDeque<T>where
T: BitDecode<Ctx>,
Available on crate feature alloc
only.
impl<Ctx, T> BitDecode<Ctx, Untagged> for VecDeque<T>where
T: BitDecode<Ctx>,
Available on crate feature
alloc
only.Source§impl<Ctx, K, V> BitEncode<Ctx, Untagged> for BTreeMap<K, V>
Available on crate feature alloc
only.
impl<Ctx, K, V> BitEncode<Ctx, Untagged> for BTreeMap<K, V>
Available on crate feature
alloc
only.Source§impl<Ctx, T> BitEncode<Ctx, Untagged> for BinaryHeap<T>
Available on crate feature alloc
only.
impl<Ctx, T> BitEncode<Ctx, Untagged> for BinaryHeap<T>
Available on crate feature
alloc
only.Source§impl<Ctx, K, V, H> BitEncode<Ctx, Untagged> for HashMap<K, V, H>
Available on crate feature std
only.
impl<Ctx, K, V, H> BitEncode<Ctx, Untagged> for HashMap<K, V, H>
Available on crate feature
std
only.Source§impl<Ctx, T, H> BitEncode<Ctx, Untagged> for HashSet<T, H>
Available on crate feature std
only.
impl<Ctx, T, H> BitEncode<Ctx, Untagged> for HashSet<T, H>
Available on crate feature
std
only.Source§impl<Ctx, T> BitEncode<Ctx, Untagged> for LinkedList<T>where
T: BitEncode<Ctx>,
Available on crate feature alloc
only.
impl<Ctx, T> BitEncode<Ctx, Untagged> for LinkedList<T>where
T: BitEncode<Ctx>,
Available on crate feature
alloc
only.Auto Trait Implementations§
impl Freeze for Untagged
impl RefUnwindSafe for Untagged
impl Send for Untagged
impl Sync for Untagged
impl Unpin for Untagged
impl UnwindSafe for Untagged
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