pub struct CopyConfig { /* private fields */ }
Available on crate features
ssh
or tls
only.Trait Implementations§
Source§impl<'a> Builder<'a, CopyConfig> for Builder<'a>
impl<'a> Builder<'a, CopyConfig> for Builder<'a>
Source§impl Clone for CopyConfig
impl Clone for CopyConfig
Source§fn clone(&self) -> CopyConfig
fn clone(&self) -> CopyConfig
Returns a copy 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 CopyConfig
impl Debug for CopyConfig
Auto Trait Implementations§
impl Freeze for CopyConfig
impl RefUnwindSafe for CopyConfig
impl Send for CopyConfig
impl Sync for CopyConfig
impl Unpin for CopyConfig
impl UnwindSafe for CopyConfig
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