pub struct vsl_client { /* private fields */ }Trait Implementations§
Source§impl Clone for vsl_client
impl Clone for vsl_client
Source§fn clone(&self) -> vsl_client
fn clone(&self) -> vsl_client
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 vsl_client
impl Debug for vsl_client
impl Copy for vsl_client
Auto Trait Implementations§
impl Freeze for vsl_client
impl RefUnwindSafe for vsl_client
impl Send for vsl_client
impl Sync for vsl_client
impl Unpin for vsl_client
impl UnwindSafe for vsl_client
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