pub struct FrameWriteState { /* private fields */ }
Expand description
websocket writing state
Implementations§
Source§impl FrameWriteState
impl FrameWriteState
Sourcepub fn with_config(config: FrameConfig) -> Self
pub fn with_config(config: FrameConfig) -> Self
construct with config
Trait Implementations§
Source§impl Clone for FrameWriteState
impl Clone for FrameWriteState
Source§fn clone(&self) -> FrameWriteState
fn clone(&self) -> FrameWriteState
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for FrameWriteState
impl Debug for FrameWriteState
Source§impl Default for FrameWriteState
impl Default for FrameWriteState
Source§fn default() -> FrameWriteState
fn default() -> FrameWriteState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FrameWriteState
impl RefUnwindSafe for FrameWriteState
impl Send for FrameWriteState
impl Sync for FrameWriteState
impl Unpin for FrameWriteState
impl UnwindSafe for FrameWriteState
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