pub struct AsList<S>(_);
Expand description
The result of calling Source::as_list
Trait Implementations
Auto Trait Implementations
impl<S> RefUnwindSafe for AsList<S> where
S: RefUnwindSafe,
impl<S> Send for AsList<S> where
S: Send,
impl<S> Sync for AsList<S> where
S: Sync,
impl<S> Unpin for AsList<S> where
S: Unpin,
impl<S> UnwindSafe for AsList<S> where
S: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more