pub struct Spud { /* private fields */ }Expand description
A spud — a named app that maps to a spud-{name} Docker image.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Spud
impl RefUnwindSafe for Spud
impl Send for Spud
impl Sync for Spud
impl Unpin for Spud
impl UnsafeUnpin for Spud
impl UnwindSafe for Spud
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