pub struct CompactConnect { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for CompactConnect
impl Clone for CompactConnect
Source§fn clone(&self) -> CompactConnect
fn clone(&self) -> CompactConnect
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 Service for CompactConnect
impl Service for CompactConnect
Source§async fn prune(
&self,
ctx: Context,
request: OwnedView<PruneRequestView<'static>>,
) -> Result<(PruneResponse, Context), ConnectError>
async fn prune( &self, ctx: Context, request: OwnedView<PruneRequestView<'static>>, ) -> Result<(PruneResponse, Context), ConnectError>
Execute one or more prune policies against the store. Each policy is
applied sequentially: matching keys are scanned, grouped, ordered, and
entries that do not survive the retain rule are deleted.
Auto Trait Implementations§
impl Freeze for CompactConnect
impl !RefUnwindSafe for CompactConnect
impl Send for CompactConnect
impl Sync for CompactConnect
impl Unpin for CompactConnect
impl UnsafeUnpin for CompactConnect
impl !UnwindSafe for CompactConnect
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