pub struct ConfigSourceMetadata {
pub name: String,
pub version: Option<String>,
pub description: Option<String>,
}Fields§
§name: String§version: Option<String>§description: Option<String>Trait Implementations§
Source§impl Clone for ConfigSourceMetadata
impl Clone for ConfigSourceMetadata
Source§fn clone(&self) -> ConfigSourceMetadata
fn clone(&self) -> ConfigSourceMetadata
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 ConfigSourceMetadata
impl Debug for ConfigSourceMetadata
Source§impl<'de> Deserialize<'de> for ConfigSourceMetadata
impl<'de> Deserialize<'de> for ConfigSourceMetadata
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 ConfigSourceMetadata
impl RefUnwindSafe for ConfigSourceMetadata
impl Send for ConfigSourceMetadata
impl Sync for ConfigSourceMetadata
impl Unpin for ConfigSourceMetadata
impl UnsafeUnpin for ConfigSourceMetadata
impl UnwindSafe for ConfigSourceMetadata
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