pub struct RepositoryOperations { /* private fields */ }
Implementations§
Source§impl RepositoryOperations
impl RepositoryOperations
pub fn new(client: Client, address: String, output: Logger) -> Self
pub fn with_token_manager(self, token_manager: Option<TokenManager>) -> Self
List all tags in repository using Docker Registry v2 API
Trait Implementations§
Source§impl Clone for RepositoryOperations
impl Clone for RepositoryOperations
Source§fn clone(&self) -> RepositoryOperations
fn clone(&self) -> RepositoryOperations
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 moreAuto Trait Implementations§
impl Freeze for RepositoryOperations
impl !RefUnwindSafe for RepositoryOperations
impl Send for RepositoryOperations
impl Sync for RepositoryOperations
impl Unpin for RepositoryOperations
impl !UnwindSafe for RepositoryOperations
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