pub struct NestedDataCompliance {
pub id: Option<Uuid>,
pub object_type: Option<String>,
pub url: Option<String>,
}Expand description
NestedDataCompliance : Serializer for DataCompliance.
Fields§
§id: Option<Uuid>§object_type: Option<String>§url: Option<String>Implementations§
Source§impl NestedDataCompliance
impl NestedDataCompliance
Sourcepub fn new() -> NestedDataCompliance
pub fn new() -> NestedDataCompliance
Serializer for DataCompliance.
Trait Implementations§
Source§impl Clone for NestedDataCompliance
impl Clone for NestedDataCompliance
Source§fn clone(&self) -> NestedDataCompliance
fn clone(&self) -> NestedDataCompliance
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 NestedDataCompliance
impl Debug for NestedDataCompliance
Source§impl Default for NestedDataCompliance
impl Default for NestedDataCompliance
Source§fn default() -> NestedDataCompliance
fn default() -> NestedDataCompliance
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NestedDataCompliance
impl<'de> Deserialize<'de> for NestedDataCompliance
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 NestedDataCompliance
impl PartialEq for NestedDataCompliance
Source§impl Serialize for NestedDataCompliance
impl Serialize for NestedDataCompliance
impl StructuralPartialEq for NestedDataCompliance
Auto Trait Implementations§
impl Freeze for NestedDataCompliance
impl RefUnwindSafe for NestedDataCompliance
impl Send for NestedDataCompliance
impl Sync for NestedDataCompliance
impl Unpin for NestedDataCompliance
impl UnsafeUnpin for NestedDataCompliance
impl UnwindSafe for NestedDataCompliance
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