pub struct Immediately;
Expand description
Simply a shortcut for CheckoutMode::Immediately
Trait Implementations§
Source§impl Clone for Immediately
impl Clone for Immediately
Source§fn clone(&self) -> Immediately
fn clone(&self) -> Immediately
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 Immediately
impl Debug for Immediately
Source§impl From<Immediately> for CheckoutMode
impl From<Immediately> for CheckoutMode
Source§fn from(_: Immediately) -> Self
fn from(_: Immediately) -> Self
Converts to this type from the input type.
Source§impl From<Immediately> for DefaultPoolCheckoutMode
impl From<Immediately> for DefaultPoolCheckoutMode
Source§fn from(_: Immediately) -> Self
fn from(_: Immediately) -> Self
Converts to this type from the input type.
impl Copy for Immediately
Auto Trait Implementations§
impl Freeze for Immediately
impl RefUnwindSafe for Immediately
impl Send for Immediately
impl Sync for Immediately
impl Unpin for Immediately
impl UnwindSafe for Immediately
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