pub struct Cache {
pub joined_rooms: CacheOptions,
pub requests: CacheOptions,
pub public_rooms: CacheOptions,
pub room_state: CacheOptions,
pub messages: CacheOptions,
pub media: CacheOptions,
pub search: CacheOptions,
}Fields§
§joined_rooms: CacheOptions§requests: CacheOptions§public_rooms: CacheOptions§room_state: CacheOptions§messages: CacheOptions§media: CacheOptions§search: CacheOptionsTrait Implementations§
Source§impl<'de> Deserialize<'de> for Cache
impl<'de> Deserialize<'de> for Cache
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Cache
impl RefUnwindSafe for Cache
impl Send for Cache
impl Sync for Cache
impl Unpin for Cache
impl UnwindSafe for Cache
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