pub struct WipedMarker {
pub wiped_cluster_id: ClusterId,
pub wiped_node_id: NodeId,
pub wiped_at: HlcTimestamp,
pub removed_files: Vec<PathBuf>,
}Expand description
Typed audit report returned by wipe_identity; the caller decides how
to log it (this module never logs).
Fields§
§wiped_cluster_id: ClusterIdCluster the wiped identity belonged to.
wiped_node_id: NodeIdNode id of the wiped identity.
wiped_at: HlcTimestampWall-clock time the wipe ran (informational).
removed_files: Vec<PathBuf>Durable files removed by the wipe, relative to the node data dir.
Trait Implementations§
Source§impl Clone for WipedMarker
impl Clone for WipedMarker
Source§fn clone(&self) -> WipedMarker
fn clone(&self) -> WipedMarker
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WipedMarker
impl Debug for WipedMarker
impl Eq for WipedMarker
Source§impl PartialEq for WipedMarker
impl PartialEq for WipedMarker
impl StructuralPartialEq for WipedMarker
Auto Trait Implementations§
impl Freeze for WipedMarker
impl RefUnwindSafe for WipedMarker
impl Send for WipedMarker
impl Sync for WipedMarker
impl Unpin for WipedMarker
impl UnsafeUnpin for WipedMarker
impl UnwindSafe for WipedMarker
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request