pub struct AccountId;Expand description
Classification marker for account identifiers.
Trait Implementations§
Source§impl RedactionPolicy for AccountId
impl RedactionPolicy for AccountId
Source§fn policy() -> TextRedactionPolicy
fn policy() -> TextRedactionPolicy
Returns the policy for this classification.
impl Classification for AccountId
impl Copy for AccountId
Auto Trait Implementations§
impl Freeze for AccountId
impl RefUnwindSafe for AccountId
impl Send for AccountId
impl Sync for AccountId
impl Unpin for AccountId
impl UnwindSafe for AccountId
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