pub struct RegistrySpec {
pub url: String,
pub ref: String,
pub section: Option<String>,
}Expand description
Fully-resolved registry parameters.
Fields§
§url: String§ref: String§section: Option<String>Trait Implementations§
Source§impl Clone for RegistrySpec
impl Clone for RegistrySpec
Source§fn clone(&self) -> RegistrySpec
fn clone(&self) -> RegistrySpec
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for RegistrySpec
impl RefUnwindSafe for RegistrySpec
impl Send for RegistrySpec
impl Sync for RegistrySpec
impl Unpin for RegistrySpec
impl UnsafeUnpin for RegistrySpec
impl UnwindSafe for RegistrySpec
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