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