pub struct RepositoryList { /* private fields */ }Expand description
RepositoryList returns a catalog of repositories maintained on the registry.
Implementations§
Source§impl RepositoryList
 
impl RepositoryList
Sourcepub fn repositories(&self) -> &Vec<String>
 
pub fn repositories(&self) -> &Vec<String>
The items of the RepositoryList.
Source§impl RepositoryList
 
impl RepositoryList
Sourcepub fn set_repositories(&mut self, val: Vec<String>) -> &mut Self
 
pub fn set_repositories(&mut self, val: Vec<String>) -> &mut Self
The items of the RepositoryList.
Trait Implementations§
Source§impl Clone for RepositoryList
 
impl Clone for RepositoryList
Source§fn clone(&self) -> RepositoryList
 
fn clone(&self) -> RepositoryList
Returns a copy 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 RepositoryList
 
impl Debug for RepositoryList
Source§impl<'de> Deserialize<'de> for RepositoryList
 
impl<'de> Deserialize<'de> for RepositoryList
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 RepositoryList
 
impl PartialEq for RepositoryList
Source§impl Serialize for RepositoryList
 
impl Serialize for RepositoryList
impl Eq for RepositoryList
impl StructuralPartialEq for RepositoryList
Auto Trait Implementations§
impl Freeze for RepositoryList
impl RefUnwindSafe for RepositoryList
impl Send for RepositoryList
impl Sync for RepositoryList
impl Unpin for RepositoryList
impl UnwindSafe for RepositoryList
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