pub struct UpdateWorkspaceRequestWithClearedIoLoggingApiKeyIds<'a> { /* private fields */ }Trait Implementations§
Source§impl<'a> Clone for UpdateWorkspaceRequestWithClearedIoLoggingApiKeyIds<'a>
impl<'a> Clone for UpdateWorkspaceRequestWithClearedIoLoggingApiKeyIds<'a>
Source§fn clone(&self) -> UpdateWorkspaceRequestWithClearedIoLoggingApiKeyIds<'a>
fn clone(&self) -> UpdateWorkspaceRequestWithClearedIoLoggingApiKeyIds<'a>
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 moreimpl<'a> Copy for UpdateWorkspaceRequestWithClearedIoLoggingApiKeyIds<'a>
Source§impl<'a> Debug for UpdateWorkspaceRequestWithClearedIoLoggingApiKeyIds<'a>
impl<'a> Debug for UpdateWorkspaceRequestWithClearedIoLoggingApiKeyIds<'a>
Auto Trait Implementations§
impl<'a> Freeze for UpdateWorkspaceRequestWithClearedIoLoggingApiKeyIds<'a>
impl<'a> RefUnwindSafe for UpdateWorkspaceRequestWithClearedIoLoggingApiKeyIds<'a>
impl<'a> Send for UpdateWorkspaceRequestWithClearedIoLoggingApiKeyIds<'a>
impl<'a> Sync for UpdateWorkspaceRequestWithClearedIoLoggingApiKeyIds<'a>
impl<'a> Unpin for UpdateWorkspaceRequestWithClearedIoLoggingApiKeyIds<'a>
impl<'a> UnsafeUnpin for UpdateWorkspaceRequestWithClearedIoLoggingApiKeyIds<'a>
impl<'a> UnwindSafe for UpdateWorkspaceRequestWithClearedIoLoggingApiKeyIds<'a>
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