pub struct DeleteBehaviorConfig { /* private fields */ }
Implementations§
Source§impl DeleteBehaviorConfig
impl DeleteBehaviorConfig
pub fn new() -> DeleteBehaviorConfig
pub fn set_linger(&mut self, linger: bool)
pub fn set_linger_timeout(&mut self, timeout: f64)
Trait Implementations§
Source§impl Clone for DeleteBehaviorConfig
impl Clone for DeleteBehaviorConfig
Source§fn clone(&self) -> DeleteBehaviorConfig
fn clone(&self) -> DeleteBehaviorConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DeleteBehaviorConfig
impl Debug for DeleteBehaviorConfig
Source§impl Default for DeleteBehaviorConfig
impl Default for DeleteBehaviorConfig
Source§fn default() -> DeleteBehaviorConfig
fn default() -> DeleteBehaviorConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DeleteBehaviorConfig
impl RefUnwindSafe for DeleteBehaviorConfig
impl Send for DeleteBehaviorConfig
impl Sync for DeleteBehaviorConfig
impl Unpin for DeleteBehaviorConfig
impl UnwindSafe for DeleteBehaviorConfig
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