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