pub struct Wsconfig {
pub insecure: Option<bool>,
pub private_chain_bytes: Option<Vec<u8>>,
}Fields§
§insecure: Option<bool>§private_chain_bytes: Option<Vec<u8>>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Wsconfig
impl Send for Wsconfig
impl Sync for Wsconfig
impl Unpin for Wsconfig
impl UnwindSafe for Wsconfig
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