pub struct AsMap<S>(/* private fields */);
Expand description
The result of calling Source::as_map
.
Trait Implementations§
Auto Trait Implementations§
impl<S> RefUnwindSafe for AsMap<S>where
S: RefUnwindSafe,
impl<S> Send for AsMap<S>where
S: Send,
impl<S> Sync for AsMap<S>where
S: Sync,
impl<S> Unpin for AsMap<S>where
S: Unpin,
impl<S> UnwindSafe for AsMap<S>where
S: UnwindSafe,
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