pub struct ManifestPushOpts { /* private fields */ }
Expand description
Adjust how a manifest list is pushed to a registry.
Implementations§
Source§impl ManifestPushOpts
impl ManifestPushOpts
pub fn destination(&self) -> &String
Trait Implementations§
Source§impl Clone for ManifestPushOpts
impl Clone for ManifestPushOpts
Source§fn clone(&self) -> ManifestPushOpts
fn clone(&self) -> ManifestPushOpts
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ManifestPushOpts
impl Debug for ManifestPushOpts
Source§impl Default for ManifestPushOpts
impl Default for ManifestPushOpts
Source§fn default() -> ManifestPushOpts
fn default() -> ManifestPushOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ManifestPushOpts
impl RefUnwindSafe for ManifestPushOpts
impl Send for ManifestPushOpts
impl Sync for ManifestPushOpts
impl Unpin for ManifestPushOpts
impl UnwindSafe for ManifestPushOpts
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