pub struct IgnoreCleanliness;Expand description
A no-op policy for applications which do not pool upstream connections.
Trait Implementations§
Source§impl Clone for IgnoreCleanliness
impl Clone for IgnoreCleanliness
Source§fn clone(&self) -> IgnoreCleanliness
fn clone(&self) -> IgnoreCleanliness
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IgnoreCleanliness
Source§impl Debug for IgnoreCleanliness
impl Debug for IgnoreCleanliness
Source§impl Default for IgnoreCleanliness
impl Default for IgnoreCleanliness
Source§fn default() -> IgnoreCleanliness
fn default() -> IgnoreCleanliness
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for IgnoreCleanliness
impl RefUnwindSafe for IgnoreCleanliness
impl Send for IgnoreCleanliness
impl Sync for IgnoreCleanliness
impl Unpin for IgnoreCleanliness
impl UnsafeUnpin for IgnoreCleanliness
impl UnwindSafe for IgnoreCleanliness
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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