Struct docker_api::opts::TagOpts
source · [−]pub struct TagOpts { /* private fields */ }
Implementations
sourceimpl TagOpts
impl TagOpts
sourcepub fn builder() -> TagOptsBuilder
pub fn builder() -> TagOptsBuilder
Returns a new instance of a builder for TagOpts.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TagOpts
impl Send for TagOpts
impl Sync for TagOpts
impl Unpin for TagOpts
impl UnwindSafe for TagOpts
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more