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