pub struct LSPS2ClientConfig {}
Expand description
Client-side configuration options for JIT channels.
Trait Implementations§
Source§impl Clone for LSPS2ClientConfig
impl Clone for LSPS2ClientConfig
Source§fn clone(&self) -> LSPS2ClientConfig
fn clone(&self) -> LSPS2ClientConfig
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 LSPS2ClientConfig
impl Debug for LSPS2ClientConfig
Source§impl Default for LSPS2ClientConfig
impl Default for LSPS2ClientConfig
Source§fn default() -> LSPS2ClientConfig
fn default() -> LSPS2ClientConfig
Returns the “default value” for a type. Read more
impl Copy for LSPS2ClientConfig
Auto Trait Implementations§
impl Freeze for LSPS2ClientConfig
impl RefUnwindSafe for LSPS2ClientConfig
impl Send for LSPS2ClientConfig
impl Sync for LSPS2ClientConfig
impl Unpin for LSPS2ClientConfig
impl UnwindSafe for LSPS2ClientConfig
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