pub struct GalaxyMispFormatValuesInner {
pub description: Option<String>,
pub uuid: Option<Uuid>,
pub value: Option<String>,
pub extends_uuid: Option<Option<String>>,
pub extends_version: Option<Option<String>>,
pub meta: Option<Value>,
}
Fields§
§description: Option<String>
§uuid: Option<Uuid>
§value: Option<String>
§extends_uuid: Option<Option<String>>
§extends_version: Option<Option<String>>
§meta: Option<Value>
Each Galaxy element associated to this cluster represents a key-value property.
Implementations§
Source§impl GalaxyMispFormatValuesInner
impl GalaxyMispFormatValuesInner
pub fn new() -> GalaxyMispFormatValuesInner
Trait Implementations§
Source§impl Clone for GalaxyMispFormatValuesInner
impl Clone for GalaxyMispFormatValuesInner
Source§fn clone(&self) -> GalaxyMispFormatValuesInner
fn clone(&self) -> GalaxyMispFormatValuesInner
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 GalaxyMispFormatValuesInner
impl Debug for GalaxyMispFormatValuesInner
Source§impl Default for GalaxyMispFormatValuesInner
impl Default for GalaxyMispFormatValuesInner
Source§fn default() -> GalaxyMispFormatValuesInner
fn default() -> GalaxyMispFormatValuesInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GalaxyMispFormatValuesInner
impl<'de> Deserialize<'de> for GalaxyMispFormatValuesInner
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
impl StructuralPartialEq for GalaxyMispFormatValuesInner
Auto Trait Implementations§
impl Freeze for GalaxyMispFormatValuesInner
impl RefUnwindSafe for GalaxyMispFormatValuesInner
impl Send for GalaxyMispFormatValuesInner
impl Sync for GalaxyMispFormatValuesInner
impl Unpin for GalaxyMispFormatValuesInner
impl UnwindSafe for GalaxyMispFormatValuesInner
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