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