pub struct CompactState<P> {
pub prune: Arc<P>,
}Expand description
State for a compact-only service.
Fields§
§prune: Arc<P>Backend used for prune requests.
Implementations§
Trait Implementations§
Source§impl<P> Clone for CompactState<P>
impl<P> Clone for CompactState<P>
Auto Trait Implementations§
impl<P> Freeze for CompactState<P>
impl<P> RefUnwindSafe for CompactState<P>where
P: RefUnwindSafe,
impl<P> Send for CompactState<P>
impl<P> Sync for CompactState<P>
impl<P> Unpin for CompactState<P>
impl<P> UnsafeUnpin for CompactState<P>
impl<P> UnwindSafe for CompactState<P>where
P: RefUnwindSafe,
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