pub struct SensitiveInlineHealthCommand(/* private fields */);Expand description
A health command value retained only for planning and never exposed by Debug.
Implementations§
Trait Implementations§
Source§impl Clone for SensitiveInlineHealthCommand
impl Clone for SensitiveInlineHealthCommand
Source§fn clone(&self) -> SensitiveInlineHealthCommand
fn clone(&self) -> SensitiveInlineHealthCommand
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 moreSource§impl Debug for SensitiveInlineHealthCommand
impl Debug for SensitiveInlineHealthCommand
impl Eq for SensitiveInlineHealthCommand
impl StructuralPartialEq for SensitiveInlineHealthCommand
Auto Trait Implementations§
impl Freeze for SensitiveInlineHealthCommand
impl RefUnwindSafe for SensitiveInlineHealthCommand
impl Send for SensitiveInlineHealthCommand
impl Sync for SensitiveInlineHealthCommand
impl Unpin for SensitiveInlineHealthCommand
impl UnsafeUnpin for SensitiveInlineHealthCommand
impl UnwindSafe for SensitiveInlineHealthCommand
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