pub struct Endl;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Endl
impl RefUnwindSafe for Endl
impl Send for Endl
impl Sync for Endl
impl Unpin for Endl
impl UnwindSafe for Endl
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