pub struct RegistryItem {
pub tag: String,
pub name: String,
pub registry: String,
}
Fields§
§tag: String
§name: String
§registry: String
Trait Implementations§
Source§impl Clone for RegistryItem
impl Clone for RegistryItem
Source§fn clone(&self) -> RegistryItem
fn clone(&self) -> RegistryItem
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for RegistryItem
impl RefUnwindSafe for RegistryItem
impl Send for RegistryItem
impl Sync for RegistryItem
impl Unpin for RegistryItem
impl UnwindSafe for RegistryItem
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