pub struct ReadNamespacedAppliedClusterResourceQuotaOptional<'a> {
pub pretty: Option<&'a str>,
}
Expand description
Optional parameters of AppliedClusterResourceQuota::read_namespaced_applied_cluster_resource_quota
Fields§
§pretty: Option<&'a str>
If ‘true’, then the output is pretty printed.
Trait Implementations§
Source§impl<'a> Clone for ReadNamespacedAppliedClusterResourceQuotaOptional<'a>
impl<'a> Clone for ReadNamespacedAppliedClusterResourceQuotaOptional<'a>
Source§fn clone(&self) -> ReadNamespacedAppliedClusterResourceQuotaOptional<'a>
fn clone(&self) -> ReadNamespacedAppliedClusterResourceQuotaOptional<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'a> Debug for ReadNamespacedAppliedClusterResourceQuotaOptional<'a>
impl<'a> Debug for ReadNamespacedAppliedClusterResourceQuotaOptional<'a>
Source§impl<'a> Default for ReadNamespacedAppliedClusterResourceQuotaOptional<'a>
impl<'a> Default for ReadNamespacedAppliedClusterResourceQuotaOptional<'a>
Source§fn default() -> ReadNamespacedAppliedClusterResourceQuotaOptional<'a>
fn default() -> ReadNamespacedAppliedClusterResourceQuotaOptional<'a>
Returns the “default value” for a type. Read more
impl<'a> Copy for ReadNamespacedAppliedClusterResourceQuotaOptional<'a>
Auto Trait Implementations§
impl<'a> Freeze for ReadNamespacedAppliedClusterResourceQuotaOptional<'a>
impl<'a> RefUnwindSafe for ReadNamespacedAppliedClusterResourceQuotaOptional<'a>
impl<'a> Send for ReadNamespacedAppliedClusterResourceQuotaOptional<'a>
impl<'a> Sync for ReadNamespacedAppliedClusterResourceQuotaOptional<'a>
impl<'a> Unpin for ReadNamespacedAppliedClusterResourceQuotaOptional<'a>
impl<'a> UnwindSafe for ReadNamespacedAppliedClusterResourceQuotaOptional<'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