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