pub struct AuditedEntityCommand { /* private fields */ }Implementations§
Source§impl AuditedEntityCommand
impl AuditedEntityCommand
pub fn try_new( actor: Role, action: Action, subject_id: Id, event: EntityAuditEvent, ) -> DomainResult<Self>
Trait Implementations§
Source§impl Clone for AuditedEntityCommand
impl Clone for AuditedEntityCommand
Source§fn clone(&self) -> AuditedEntityCommand
fn clone(&self) -> AuditedEntityCommand
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 AuditedEntityCommand
impl Debug for AuditedEntityCommand
Source§impl PartialEq for AuditedEntityCommand
impl PartialEq for AuditedEntityCommand
Source§fn eq(&self, other: &AuditedEntityCommand) -> bool
fn eq(&self, other: &AuditedEntityCommand) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for AuditedEntityCommand
impl StructuralPartialEq for AuditedEntityCommand
Auto Trait Implementations§
impl Freeze for AuditedEntityCommand
impl RefUnwindSafe for AuditedEntityCommand
impl Send for AuditedEntityCommand
impl Sync for AuditedEntityCommand
impl Unpin for AuditedEntityCommand
impl UnsafeUnpin for AuditedEntityCommand
impl UnwindSafe for AuditedEntityCommand
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