pub struct Expect<'a> { /* private fields */ }Expand description
Bytes.
Self-updating hasn’t been implemented yet.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Expect<'a>
impl<'a> RefUnwindSafe for Expect<'a>
impl<'a> Send for Expect<'a>
impl<'a> Sync for Expect<'a>
impl<'a> Unpin for Expect<'a>
impl<'a> UnwindSafe for Expect<'a>
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