Struct oci_spec::distribution::RepositoryList
source · 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§fn eq(&self, other: &RepositoryList) -> bool
fn eq(&self, other: &RepositoryList) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)