pub struct ConfigStoreResponseAllOf {
pub id: Option<String>,
}
Fields§
§id: Option<String>
An alphanumeric string identifying the config store.
Implementations§
Source§impl ConfigStoreResponseAllOf
impl ConfigStoreResponseAllOf
pub fn new() -> ConfigStoreResponseAllOf
Trait Implementations§
Source§impl Clone for ConfigStoreResponseAllOf
impl Clone for ConfigStoreResponseAllOf
Source§fn clone(&self) -> ConfigStoreResponseAllOf
fn clone(&self) -> ConfigStoreResponseAllOf
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 ConfigStoreResponseAllOf
impl Debug for ConfigStoreResponseAllOf
Source§impl Default for ConfigStoreResponseAllOf
impl Default for ConfigStoreResponseAllOf
Source§fn default() -> ConfigStoreResponseAllOf
fn default() -> ConfigStoreResponseAllOf
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ConfigStoreResponseAllOf
impl<'de> Deserialize<'de> for ConfigStoreResponseAllOf
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 ConfigStoreResponseAllOf
impl PartialEq for ConfigStoreResponseAllOf
Source§impl Serialize for ConfigStoreResponseAllOf
impl Serialize for ConfigStoreResponseAllOf
impl StructuralPartialEq for ConfigStoreResponseAllOf
Auto Trait Implementations§
impl Freeze for ConfigStoreResponseAllOf
impl RefUnwindSafe for ConfigStoreResponseAllOf
impl Send for ConfigStoreResponseAllOf
impl Sync for ConfigStoreResponseAllOf
impl Unpin for ConfigStoreResponseAllOf
impl UnwindSafe for ConfigStoreResponseAllOf
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