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