Enum relay_protocol::RemarkType
source · pub enum RemarkType {
Annotated,
Removed,
Substituted,
Masked,
Pseudonymized,
Encrypted,
}
Expand description
Gives an indication about the type of remark.
Variants§
Annotated
The remark just annotates a value but the value did not change.
Removed
The original value was removed entirely.
Substituted
The original value was substituted by a replacement value.
Masked
The original value was masked.
Pseudonymized
The original value was replaced through pseudonymization.
Encrypted
The original value was encrypted (not implemented yet).
Trait Implementations§
source§impl Clone for RemarkType
impl Clone for RemarkType
source§fn clone(&self) -> RemarkType
fn clone(&self) -> RemarkType
Returns a copy 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 Debug for RemarkType
impl Debug for RemarkType
source§impl<'de> Deserialize<'de> for RemarkType
impl<'de> Deserialize<'de> for RemarkType
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for RemarkType
impl PartialEq for RemarkType
source§impl Serialize for RemarkType
impl Serialize for RemarkType
impl Copy for RemarkType
impl Eq for RemarkType
impl StructuralPartialEq for RemarkType
Auto Trait Implementations§
impl Freeze for RemarkType
impl RefUnwindSafe for RemarkType
impl Send for RemarkType
impl Sync for RemarkType
impl Unpin for RemarkType
impl UnwindSafe for RemarkType
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)