Struct cm_rust::ConfigValuesData
source · pub struct ConfigValuesData {
pub values: Vec<ConfigValueSpec>,
pub checksum: ConfigChecksum,
}
Fields§
§values: Vec<ConfigValueSpec>
§checksum: ConfigChecksum
Trait Implementations§
source§impl Clone for ConfigValuesData
impl Clone for ConfigValuesData
source§fn clone(&self) -> ConfigValuesData
fn clone(&self) -> ConfigValuesData
Returns a copy 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 ConfigValuesData
impl Debug for ConfigValuesData
source§impl FidlIntoNative<ConfigValuesData> for ConfigValuesData
impl FidlIntoNative<ConfigValuesData> for ConfigValuesData
fn fidl_into_native(self) -> ConfigValuesData
source§impl NativeIntoFidl<ConfigValuesData> for ConfigValuesData
impl NativeIntoFidl<ConfigValuesData> for ConfigValuesData
fn native_into_fidl(self) -> ConfigValuesData
source§impl PartialEq for ConfigValuesData
impl PartialEq for ConfigValuesData
source§fn eq(&self, other: &ConfigValuesData) -> bool
fn eq(&self, other: &ConfigValuesData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ConfigValuesData
impl StructuralEq for ConfigValuesData
impl StructuralPartialEq for ConfigValuesData
Auto Trait Implementations§
impl RefUnwindSafe for ConfigValuesData
impl Send for ConfigValuesData
impl Sync for ConfigValuesData
impl Unpin for ConfigValuesData
impl UnwindSafe for ConfigValuesData
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