pub struct GetRepositoryInput {
pub repository_name: String,
}Expand description
Represents the input of a get repository operation.
Fields§
§repository_name: StringThe name of the repository to get information about.
Trait Implementations§
Source§impl Clone for GetRepositoryInput
impl Clone for GetRepositoryInput
Source§fn clone(&self) -> GetRepositoryInput
fn clone(&self) -> GetRepositoryInput
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 GetRepositoryInput
impl Debug for GetRepositoryInput
Source§impl Default for GetRepositoryInput
impl Default for GetRepositoryInput
Source§fn default() -> GetRepositoryInput
fn default() -> GetRepositoryInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetRepositoryInput
impl PartialEq for GetRepositoryInput
Source§impl Serialize for GetRepositoryInput
impl Serialize for GetRepositoryInput
impl StructuralPartialEq for GetRepositoryInput
Auto Trait Implementations§
impl Freeze for GetRepositoryInput
impl RefUnwindSafe for GetRepositoryInput
impl Send for GetRepositoryInput
impl Sync for GetRepositoryInput
impl Unpin for GetRepositoryInput
impl UnwindSafe for GetRepositoryInput
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