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