pub struct FrontendConfigMetadata {
pub name: String,
pub namespace: String,
}Fields§
§name: String§namespace: StringTrait Implementations§
Source§impl Debug for FrontendConfigMetadata
impl Debug for FrontendConfigMetadata
Source§impl Default for FrontendConfigMetadata
impl Default for FrontendConfigMetadata
Source§fn default() -> FrontendConfigMetadata
fn default() -> FrontendConfigMetadata
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FrontendConfigMetadata
impl<'de> Deserialize<'de> for FrontendConfigMetadata
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
Auto Trait Implementations§
impl Freeze for FrontendConfigMetadata
impl RefUnwindSafe for FrontendConfigMetadata
impl Send for FrontendConfigMetadata
impl Sync for FrontendConfigMetadata
impl Unpin for FrontendConfigMetadata
impl UnsafeUnpin for FrontendConfigMetadata
impl UnwindSafe for FrontendConfigMetadata
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