pub struct OwnedMapOrSlice { /* private fields */ }Trait Implementations§
Source§impl SerializeMap for OwnedMapOrSlice
impl SerializeMap for OwnedMapOrSlice
Source§impl SerializeSeq for OwnedMapOrSlice
impl SerializeSeq for OwnedMapOrSlice
Source§impl SerializeStruct for OwnedMapOrSlice
impl SerializeStruct for OwnedMapOrSlice
Source§impl SerializeTuple for OwnedMapOrSlice
impl SerializeTuple for OwnedMapOrSlice
Source§impl SerializeTupleStruct for OwnedMapOrSlice
impl SerializeTupleStruct for OwnedMapOrSlice
Auto Trait Implementations§
impl Freeze for OwnedMapOrSlice
impl RefUnwindSafe for OwnedMapOrSlice
impl Send for OwnedMapOrSlice
impl Sync for OwnedMapOrSlice
impl Unpin for OwnedMapOrSlice
impl UnsafeUnpin for OwnedMapOrSlice
impl UnwindSafe for OwnedMapOrSlice
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