pub struct PurgeCacheInput { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for PurgeCacheInput
impl Clone for PurgeCacheInput
Source§fn clone(&self) -> PurgeCacheInput
fn clone(&self) -> PurgeCacheInput
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 PurgeCacheInput
impl Debug for PurgeCacheInput
Source§impl Default for PurgeCacheInput
impl Default for PurgeCacheInput
Source§impl From<PurgeCacheInput> for PurgeCacheInput
impl From<PurgeCacheInput> for PurgeCacheInput
Source§fn from(value: PurgeCacheInput) -> Self
fn from(value: PurgeCacheInput) -> Self
Converts to this type from the input type.
Source§impl TryFrom<PurgeCacheInput> for PurgeCacheInput
impl TryFrom<PurgeCacheInput> for PurgeCacheInput
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: PurgeCacheInput) -> Result<Self, ConversionError>
fn try_from(value: PurgeCacheInput) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for PurgeCacheInput
impl RefUnwindSafe for PurgeCacheInput
impl Send for PurgeCacheInput
impl Sync for PurgeCacheInput
impl Unpin for PurgeCacheInput
impl UnwindSafe for PurgeCacheInput
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