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