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