pub struct WhisperState(/* private fields */);Expand description
Opaque state handle.
Auto Trait Implementations§
impl Freeze for WhisperState
impl RefUnwindSafe for WhisperState
impl Send for WhisperState
impl Sync for WhisperState
impl Unpin for WhisperState
impl UnsafeUnpin for WhisperState
impl UnwindSafe for WhisperState
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