pub struct ConstList<'a>(/* private fields */);
Implementations§
Trait Implementations§
Source§impl<'a> IntoIterator for ConstList<'a>
impl<'a> IntoIterator for ConstList<'a>
impl<'a> Copy for ConstList<'a>
Auto Trait Implementations§
impl<'a> Freeze for ConstList<'a>
impl<'a> RefUnwindSafe for ConstList<'a>
impl<'a> Send for ConstList<'a>
impl<'a> Sync for ConstList<'a>
impl<'a> Unpin for ConstList<'a>
impl<'a> UnwindSafe for ConstList<'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