moella
0.1.1
Client
Cache
Preference
Variants
Changing
Full
Ignore
MaxAge
None
Trait Implementations
Clone
Debug
Deserialize<'de>
From<ClientCachePreference>
Serialize
Auto Trait Implementations
Freeze
RefUnwindSafe
Send
Sync
Unpin
UnwindSafe
Blanket Implementations
Any
AsTaggedExplicit<'a, E>
AsTaggedImplicit<'a, E>
Borrow<T>
BorrowMut<T>
CloneToUninit
DeserializeOwned
From<T>
Instrument
Into<U>
Pointable
Same
ToOwned
TryFrom<U>
TryInto<U>
VZip<V>
WithSubscriber
In moella::
extension
moella
::
extension
Enum
ClientCachePreference
Copy item path
source
pub enum ClientCachePreference { Ignore, None, Changing, Full, MaxAge(
f64
), }
Variants
§
§
Ignore
§
None
§
Changing
§
Full
§
MaxAge(
f64
)
Trait Implementations
§
source
§
impl
Clone
for
ClientCachePreference