pub struct EngineCacheEntrySetOpts<'a> {
pub key: Option<&'a str>,
}
Fields§
§key: Option<&'a str>
Trait Implementations§
Source§impl<'a> Debug for EngineCacheEntrySetOpts<'a>
impl<'a> Debug for EngineCacheEntrySetOpts<'a>
Source§impl<'a> PartialEq for EngineCacheEntrySetOpts<'a>
impl<'a> PartialEq for EngineCacheEntrySetOpts<'a>
impl<'a> StructuralPartialEq for EngineCacheEntrySetOpts<'a>
Auto Trait Implementations§
impl<'a> Freeze for EngineCacheEntrySetOpts<'a>
impl<'a> RefUnwindSafe for EngineCacheEntrySetOpts<'a>
impl<'a> Send for EngineCacheEntrySetOpts<'a>
impl<'a> Sync for EngineCacheEntrySetOpts<'a>
impl<'a> Unpin for EngineCacheEntrySetOpts<'a>
impl<'a> UnwindSafe for EngineCacheEntrySetOpts<'a>
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