pub struct SetMetadataClusterReadyRequest {
pub ready: bool,
}Fields§
§ready: boolTrait Implementations§
Source§impl Clone for SetMetadataClusterReadyRequest
impl Clone for SetMetadataClusterReadyRequest
Source§fn clone(&self) -> SetMetadataClusterReadyRequest
fn clone(&self) -> SetMetadataClusterReadyRequest
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 moreAuto Trait Implementations§
impl Freeze for SetMetadataClusterReadyRequest
impl RefUnwindSafe for SetMetadataClusterReadyRequest
impl Send for SetMetadataClusterReadyRequest
impl Sync for SetMetadataClusterReadyRequest
impl Unpin for SetMetadataClusterReadyRequest
impl UnsafeUnpin for SetMetadataClusterReadyRequest
impl UnwindSafe for SetMetadataClusterReadyRequest
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