pub struct TailEnd { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TailEnd
impl RefUnwindSafe for TailEnd
impl Send for TailEnd
impl Sync for TailEnd
impl Unpin for TailEnd
impl UnwindSafe for TailEnd
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