pub struct ContainedElements<'a> { /* private fields */ }
Expand description
§Contained Elements
Trait Implementations§
Source§impl<'a> Debug for ContainedElements<'a>
impl<'a> Debug for ContainedElements<'a>
Source§impl<'a> IntoIterator for &'a ContainedElements<'a>
impl<'a> IntoIterator for &'a ContainedElements<'a>
Auto Trait Implementations§
impl<'a> Freeze for ContainedElements<'a>
impl<'a> RefUnwindSafe for ContainedElements<'a>
impl<'a> Send for ContainedElements<'a>
impl<'a> Sync for ContainedElements<'a>
impl<'a> Unpin for ContainedElements<'a>
impl<'a> UnwindSafe for ContainedElements<'a>
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