pub struct DataclassificationsLabel {
pub label_id: String,
pub label_name: String,
pub last_seen: String,
}Fields§
§label_id: String§label_name: String§last_seen: StringImplementations§
Trait Implementations§
Source§impl Clone for DataclassificationsLabel
impl Clone for DataclassificationsLabel
Source§fn clone(&self) -> DataclassificationsLabel
fn clone(&self) -> DataclassificationsLabel
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 Debug for DataclassificationsLabel
impl Debug for DataclassificationsLabel
Source§impl Default for DataclassificationsLabel
impl Default for DataclassificationsLabel
Source§fn default() -> DataclassificationsLabel
fn default() -> DataclassificationsLabel
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DataclassificationsLabel
impl<'de> Deserialize<'de> for DataclassificationsLabel
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 DataclassificationsLabel
impl PartialEq for DataclassificationsLabel
Source§impl Serialize for DataclassificationsLabel
impl Serialize for DataclassificationsLabel
impl StructuralPartialEq for DataclassificationsLabel
Auto Trait Implementations§
impl Freeze for DataclassificationsLabel
impl RefUnwindSafe for DataclassificationsLabel
impl Send for DataclassificationsLabel
impl Sync for DataclassificationsLabel
impl Unpin for DataclassificationsLabel
impl UnwindSafe for DataclassificationsLabel
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