#[non_exhaustive]pub struct Okay { /* private fields */ }Expand description
Message signifying that the stream is open
Implementations§
Trait Implementations§
impl StructuralPartialEq for Okay
Auto Trait Implementations§
impl Freeze for Okay
impl RefUnwindSafe for Okay
impl Send for Okay
impl Sync for Okay
impl Unpin for Okay
impl UnwindSafe for Okay
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