pub struct SensitiveInlineHealthArgumentArray(/* private fields */);Expand description
A sensitive inline direct health command array that redacts every argument in Debug.
Implementations§
Source§impl SensitiveInlineHealthArgumentArray
impl SensitiveInlineHealthArgumentArray
Sourcepub fn new<I, S>(arguments: I) -> PodmanLensResult<Self>
pub fn new<I, S>(arguments: I) -> PodmanLensResult<Self>
Creates a nonempty, bounded sensitive direct health command array.
§Errors
Returns PLN0034 for invalid array boundaries or unsafe arguments.
Trait Implementations§
Source§impl Clone for SensitiveInlineHealthArgumentArray
impl Clone for SensitiveInlineHealthArgumentArray
Source§fn clone(&self) -> SensitiveInlineHealthArgumentArray
fn clone(&self) -> SensitiveInlineHealthArgumentArray
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 Eq for SensitiveInlineHealthArgumentArray
impl StructuralPartialEq for SensitiveInlineHealthArgumentArray
Auto Trait Implementations§
impl Freeze for SensitiveInlineHealthArgumentArray
impl RefUnwindSafe for SensitiveInlineHealthArgumentArray
impl Send for SensitiveInlineHealthArgumentArray
impl Sync for SensitiveInlineHealthArgumentArray
impl Unpin for SensitiveInlineHealthArgumentArray
impl UnsafeUnpin for SensitiveInlineHealthArgumentArray
impl UnwindSafe for SensitiveInlineHealthArgumentArray
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