pub struct ActivityExtraBytes(pub Vec<u8>);Expand description
ActivityRecord.extra_bytes marker — PII_CODE = 0x0003. Shell
discretion; per-user encrypt recommended.
Tuple Fields§
§0: Vec<u8>Trait Implementations§
Source§impl Clone for ActivityExtraBytes
impl Clone for ActivityExtraBytes
Source§fn clone(&self) -> ActivityExtraBytes
fn clone(&self) -> ActivityExtraBytes
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 ActivityExtraBytes
impl Debug for ActivityExtraBytes
Source§impl<'de> Deserialize<'de> for ActivityExtraBytes
impl<'de> Deserialize<'de> for ActivityExtraBytes
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 ActivityExtraBytes
impl PartialEq for ActivityExtraBytes
Source§fn eq(&self, other: &ActivityExtraBytes) -> bool
fn eq(&self, other: &ActivityExtraBytes) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PiiType for ActivityExtraBytes
impl PiiType for ActivityExtraBytes
Source§impl Serialize for ActivityExtraBytes
impl Serialize for ActivityExtraBytes
impl Eq for ActivityExtraBytes
impl StructuralPartialEq for ActivityExtraBytes
Auto Trait Implementations§
impl Freeze for ActivityExtraBytes
impl RefUnwindSafe for ActivityExtraBytes
impl Send for ActivityExtraBytes
impl Sync for ActivityExtraBytes
impl Unpin for ActivityExtraBytes
impl UnsafeUnpin for ActivityExtraBytes
impl UnwindSafe for ActivityExtraBytes
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