pub enum DependencyRefDef {
EcbRef(EcbId),
}Variants§
Trait Implementations§
source§impl Clone for DependencyRefDef
impl Clone for DependencyRefDef
source§fn clone(&self) -> DependencyRefDef
fn clone(&self) -> DependencyRefDef
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 DependencyRefDef
impl Debug for DependencyRefDef
source§impl<'de> Deserialize<'de> for DependencyRefDef
impl<'de> Deserialize<'de> for DependencyRefDef
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 From<DependencyRefDef> for DependencyRef
impl From<DependencyRefDef> for DependencyRef
source§fn from(value: DependencyRefDef) -> Self
fn from(value: DependencyRefDef) -> Self
Converts to this type from the input type.
source§impl Serialize for DependencyRefDef
impl Serialize for DependencyRefDef
impl Copy for DependencyRefDef
Auto Trait Implementations§
impl RefUnwindSafe for DependencyRefDef
impl Send for DependencyRefDef
impl Sync for DependencyRefDef
impl Unpin for DependencyRefDef
impl UnwindSafe for DependencyRefDef
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