pub struct AgentRemoteCache {
pub client: RemoteCacheClient,
pub mode: RemoteCacheMode,
pub staging_dir: PathBuf,
}Expand description
Remote action-cache access owned by one task session.
Fields§
§client: RemoteCacheClient§mode: RemoteCacheMode§staging_dir: PathBufAuto Trait Implementations§
impl !Freeze for AgentRemoteCache
impl !RefUnwindSafe for AgentRemoteCache
impl !UnwindSafe for AgentRemoteCache
impl Send for AgentRemoteCache
impl Sync for AgentRemoteCache
impl Unpin for AgentRemoteCache
impl UnsafeUnpin for AgentRemoteCache
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