pub struct Front<'s, S: 's> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'s, S> Freeze for Front<'s, S>
impl<'s, S> RefUnwindSafe for Front<'s, S>where
S: RefUnwindSafe,
impl<'s, S> Send for Front<'s, S>where
S: Sync,
impl<'s, S> Sync for Front<'s, S>where
S: Sync,
impl<'s, S> Unpin for Front<'s, S>
impl<'s, S> UnwindSafe for Front<'s, S>where
S: RefUnwindSafe,
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