#[non_exhaustive]pub struct AccessContextManagerOperationMetadata { /* private fields */ }Expand description
Metadata of Access Context Manager’s Long Running Operations.
Implementations§
Trait Implementations§
Source§impl Clone for AccessContextManagerOperationMetadata
impl Clone for AccessContextManagerOperationMetadata
Source§fn clone(&self) -> AccessContextManagerOperationMetadata
fn clone(&self) -> AccessContextManagerOperationMetadata
Returns a duplicate 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 Default for AccessContextManagerOperationMetadata
impl Default for AccessContextManagerOperationMetadata
Source§fn default() -> AccessContextManagerOperationMetadata
fn default() -> AccessContextManagerOperationMetadata
Returns the “default value” for a type. Read more
Source§impl PartialEq for AccessContextManagerOperationMetadata
impl PartialEq for AccessContextManagerOperationMetadata
Source§fn eq(&self, other: &AccessContextManagerOperationMetadata) -> bool
fn eq(&self, other: &AccessContextManagerOperationMetadata) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AccessContextManagerOperationMetadata
Auto Trait Implementations§
impl Freeze for AccessContextManagerOperationMetadata
impl RefUnwindSafe for AccessContextManagerOperationMetadata
impl Send for AccessContextManagerOperationMetadata
impl Sync for AccessContextManagerOperationMetadata
impl Unpin for AccessContextManagerOperationMetadata
impl UnwindSafe for AccessContextManagerOperationMetadata
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