pub struct ImagePushOpts { /* private fields */ }
Implementations§
Source§impl ImagePushOpts
impl ImagePushOpts
Auto Trait Implementations§
impl Freeze for ImagePushOpts
impl RefUnwindSafe for ImagePushOpts
impl Send for ImagePushOpts
impl Sync for ImagePushOpts
impl Unpin for ImagePushOpts
impl UnwindSafe for ImagePushOpts
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