pub struct ProviderRef {
pub ref_: String,
}Expand description
A ProviderRef is just a logical pointer to a Provider.
ProviderRef::ref_ references the same namespace as Provider::id.
Fields§
§ref_: StringTrait Implementations§
Source§impl Debug for ProviderRef
impl Debug for ProviderRef
Source§impl<'de> Deserialize<'de> for ProviderRef
impl<'de> Deserialize<'de> for ProviderRef
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 ProviderRef
impl PartialEq for ProviderRef
impl StructuralPartialEq for ProviderRef
Auto Trait Implementations§
impl Freeze for ProviderRef
impl RefUnwindSafe for ProviderRef
impl Send for ProviderRef
impl Sync for ProviderRef
impl Unpin for ProviderRef
impl UnwindSafe for ProviderRef
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