pub struct EmbeddedMetadata {
pub schema_version: u32,
pub agent_name: String,
pub display_name: String,
pub mode: BundleMode,
pub theme_default: String,
pub mur_version: String,
}Fields§
§schema_version: u32§agent_name: String§display_name: String§mode: BundleMode§theme_default: String§mur_version: StringTrait Implementations§
Source§impl Clone for EmbeddedMetadata
impl Clone for EmbeddedMetadata
Source§fn clone(&self) -> EmbeddedMetadata
fn clone(&self) -> EmbeddedMetadata
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EmbeddedMetadata
impl Debug for EmbeddedMetadata
Source§impl<'de> Deserialize<'de> for EmbeddedMetadata
impl<'de> Deserialize<'de> for EmbeddedMetadata
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 EmbeddedMetadata
impl PartialEq for EmbeddedMetadata
Source§fn eq(&self, other: &EmbeddedMetadata) -> bool
fn eq(&self, other: &EmbeddedMetadata) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for EmbeddedMetadata
impl Serialize for EmbeddedMetadata
impl StructuralPartialEq for EmbeddedMetadata
Auto Trait Implementations§
impl Freeze for EmbeddedMetadata
impl RefUnwindSafe for EmbeddedMetadata
impl Send for EmbeddedMetadata
impl Sync for EmbeddedMetadata
impl Unpin for EmbeddedMetadata
impl UnsafeUnpin for EmbeddedMetadata
impl UnwindSafe for EmbeddedMetadata
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