pub struct RegistryRef {
pub registry: String,
pub module: String,
pub tag: Option<String>,
}Expand description
Parsed registry/module reference.
Fields§
§registry: String§module: String§tag: Option<String>Auto Trait Implementations§
impl Freeze for RegistryRef
impl RefUnwindSafe for RegistryRef
impl Send for RegistryRef
impl Sync for RegistryRef
impl Unpin for RegistryRef
impl UnsafeUnpin for RegistryRef
impl UnwindSafe for RegistryRef
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