pub struct UsageReportScopeLabel {
pub display_name: String,
}Expand description
The server’s display label for a UsageReportScope member.
Fields§
§display_name: StringTrait Implementations§
Source§impl Clone for UsageReportScopeLabel
impl Clone for UsageReportScopeLabel
Source§fn clone(&self) -> UsageReportScopeLabel
fn clone(&self) -> UsageReportScopeLabel
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 UsageReportScopeLabel
impl Debug for UsageReportScopeLabel
Source§impl<'de> Deserialize<'de> for UsageReportScopeLabel
impl<'de> Deserialize<'de> for UsageReportScopeLabel
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UsageReportScopeLabel
impl PartialEq for UsageReportScopeLabel
Source§impl Serialize for UsageReportScopeLabel
impl Serialize for UsageReportScopeLabel
impl StructuralPartialEq for UsageReportScopeLabel
Auto Trait Implementations§
impl Freeze for UsageReportScopeLabel
impl RefUnwindSafe for UsageReportScopeLabel
impl Send for UsageReportScopeLabel
impl Sync for UsageReportScopeLabel
impl Unpin for UsageReportScopeLabel
impl UnsafeUnpin for UsageReportScopeLabel
impl UnwindSafe for UsageReportScopeLabel
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