#[non_exhaustive]pub struct GcpUserAccessBindingOperationMetadata { /* private fields */ }Expand description
Currently, a completed operation means nothing. In the future, this metadata and a completed operation may indicate that the binding has taken effect and is affecting access decisions for all users.
Implementations§
Trait Implementations§
Source§impl Clone for GcpUserAccessBindingOperationMetadata
impl Clone for GcpUserAccessBindingOperationMetadata
Source§fn clone(&self) -> GcpUserAccessBindingOperationMetadata
fn clone(&self) -> GcpUserAccessBindingOperationMetadata
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 GcpUserAccessBindingOperationMetadata
impl Default for GcpUserAccessBindingOperationMetadata
Source§fn default() -> GcpUserAccessBindingOperationMetadata
fn default() -> GcpUserAccessBindingOperationMetadata
Returns the “default value” for a type. Read more
Source§impl PartialEq for GcpUserAccessBindingOperationMetadata
impl PartialEq for GcpUserAccessBindingOperationMetadata
Source§fn eq(&self, other: &GcpUserAccessBindingOperationMetadata) -> bool
fn eq(&self, other: &GcpUserAccessBindingOperationMetadata) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GcpUserAccessBindingOperationMetadata
Auto Trait Implementations§
impl Freeze for GcpUserAccessBindingOperationMetadata
impl RefUnwindSafe for GcpUserAccessBindingOperationMetadata
impl Send for GcpUserAccessBindingOperationMetadata
impl Sync for GcpUserAccessBindingOperationMetadata
impl Unpin for GcpUserAccessBindingOperationMetadata
impl UnwindSafe for GcpUserAccessBindingOperationMetadata
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