pub struct ScimAuditEventResolver { /* private fields */ }Expand description
Async sink for SCIM audit events.
Implementations§
Trait Implementations§
Source§impl Clone for ScimAuditEventResolver
impl Clone for ScimAuditEventResolver
Source§fn clone(&self) -> ScimAuditEventResolver
fn clone(&self) -> ScimAuditEventResolver
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 ScimAuditEventResolver
impl Debug for ScimAuditEventResolver
Source§impl PartialEq for ScimAuditEventResolver
impl PartialEq for ScimAuditEventResolver
Auto Trait Implementations§
impl !RefUnwindSafe for ScimAuditEventResolver
impl !UnwindSafe for ScimAuditEventResolver
impl Freeze for ScimAuditEventResolver
impl Send for ScimAuditEventResolver
impl Sync for ScimAuditEventResolver
impl Unpin for ScimAuditEventResolver
impl UnsafeUnpin for ScimAuditEventResolver
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