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