pub struct OpStreamState { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Default for OpStreamState
impl Default for OpStreamState
Source§fn default() -> OpStreamState
fn default() -> OpStreamState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OpStreamState
impl RefUnwindSafe for OpStreamState
impl Send for OpStreamState
impl Sync for OpStreamState
impl Unpin for OpStreamState
impl UnwindSafe for OpStreamState
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