Struct spacetimedb_lib::de::BasicMapVisitor
source · pub struct BasicMapVisitor;Expand description
An implementation of [MapVisitor<'de, K, V>] where the output is a BTreeMap<K, V>.
Trait Implementations§
source§impl<'de, K, V> MapVisitor<'de, K, V> for BasicMapVisitorwhere
K: Ord,
impl<'de, K, V> MapVisitor<'de, K, V> for BasicMapVisitorwhere
K: Ord,
Auto Trait Implementations§
impl RefUnwindSafe for BasicMapVisitor
impl Send for BasicMapVisitor
impl Sync for BasicMapVisitor
impl Unpin for BasicMapVisitor
impl UnwindSafe for BasicMapVisitor
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