pub struct RegistrySelection {
pub name: Option<String>,
pub url: String,
pub ref: String,
pub section: Option<String>,
}Fields§
§name: Option<String>§url: String§ref: String§section: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for RegistrySelection
impl Clone for RegistrySelection
Source§fn clone(&self) -> RegistrySelection
fn clone(&self) -> RegistrySelection
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 moreSource§impl Debug for RegistrySelection
impl Debug for RegistrySelection
Source§impl<'de> Deserialize<'de> for RegistrySelection
impl<'de> Deserialize<'de> for RegistrySelection
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 RegistrySelection
impl PartialEq for RegistrySelection
Source§impl Serialize for RegistrySelection
impl Serialize for RegistrySelection
impl Eq for RegistrySelection
impl StructuralPartialEq for RegistrySelection
Auto Trait Implementations§
impl Freeze for RegistrySelection
impl RefUnwindSafe for RegistrySelection
impl Send for RegistrySelection
impl Sync for RegistrySelection
impl Unpin for RegistrySelection
impl UnsafeUnpin for RegistrySelection
impl UnwindSafe for RegistrySelection
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