pub struct DependencyMetaField {
pub injected: Option<bool>,
pub built: Option<bool>,
pub optional: Option<bool>,
pub unplugged: Option<bool>,
}
Fields§
§injected: Option<bool>
§built: Option<bool>
§optional: Option<bool>
§unplugged: Option<bool>
Trait Implementations§
Source§impl Clone for DependencyMetaField
impl Clone for DependencyMetaField
Source§fn clone(&self) -> DependencyMetaField
fn clone(&self) -> DependencyMetaField
Returns a copy 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 DependencyMetaField
impl Debug for DependencyMetaField
Source§impl Default for DependencyMetaField
impl Default for DependencyMetaField
Source§fn default() -> DependencyMetaField
fn default() -> DependencyMetaField
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DependencyMetaField
impl<'de> Deserialize<'de> for DependencyMetaField
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 DependencyMetaField
impl PartialEq for DependencyMetaField
impl StructuralPartialEq for DependencyMetaField
Auto Trait Implementations§
impl Freeze for DependencyMetaField
impl RefUnwindSafe for DependencyMetaField
impl Send for DependencyMetaField
impl Sync for DependencyMetaField
impl Unpin for DependencyMetaField
impl UnwindSafe for DependencyMetaField
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