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