pub struct AttachDetachNamespacesResponseUpdate {}Expand description
Update struct corresponding to AttachDetachNamespacesResponse
Implementations§
Trait Implementations§
Source§impl Default for AttachDetachNamespacesResponseUpdate
impl Default for AttachDetachNamespacesResponseUpdate
Source§fn default() -> AttachDetachNamespacesResponseUpdate
fn default() -> AttachDetachNamespacesResponseUpdate
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AttachDetachNamespacesResponseUpdate
impl RefUnwindSafe for AttachDetachNamespacesResponseUpdate
impl Send for AttachDetachNamespacesResponseUpdate
impl Sync for AttachDetachNamespacesResponseUpdate
impl Unpin for AttachDetachNamespacesResponseUpdate
impl UnsafeUnpin for AttachDetachNamespacesResponseUpdate
impl UnwindSafe for AttachDetachNamespacesResponseUpdate
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