pub struct WsConstructor { /* private fields */ }Implementations§
Source§impl WsConstructor
impl WsConstructor
Sourcepub fn builder() -> WsConstructorBuilder
pub fn builder() -> WsConstructorBuilder
Create an instance of WsConstructor using the builder syntax
Auto Trait Implementations§
impl Freeze for WsConstructor
impl RefUnwindSafe for WsConstructor
impl Send for WsConstructor
impl Sync for WsConstructor
impl Unpin for WsConstructor
impl UnwindSafe for WsConstructor
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