pub struct GetRepositoryOutput {
pub repository_metadata: Option<RepositoryMetadata>,
}Expand description
Represents the output of a get repository operation.
Fields§
§repository_metadata: Option<RepositoryMetadata>Information about the repository.
Trait Implementations§
Source§impl Clone for GetRepositoryOutput
impl Clone for GetRepositoryOutput
Source§fn clone(&self) -> GetRepositoryOutput
fn clone(&self) -> GetRepositoryOutput
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 GetRepositoryOutput
impl Debug for GetRepositoryOutput
Source§impl Default for GetRepositoryOutput
impl Default for GetRepositoryOutput
Source§fn default() -> GetRepositoryOutput
fn default() -> GetRepositoryOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetRepositoryOutput
impl<'de> Deserialize<'de> for GetRepositoryOutput
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 GetRepositoryOutput
impl PartialEq for GetRepositoryOutput
impl StructuralPartialEq for GetRepositoryOutput
Auto Trait Implementations§
impl Freeze for GetRepositoryOutput
impl RefUnwindSafe for GetRepositoryOutput
impl Send for GetRepositoryOutput
impl Sync for GetRepositoryOutput
impl Unpin for GetRepositoryOutput
impl UnwindSafe for GetRepositoryOutput
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