pub struct X11docker { /* private fields */ }
Implementations§
Source§impl X11docker
impl X11docker
Sourcepub fn arguments(self, args: HashSet<X11dockerOption>) -> Self
pub fn arguments(self, args: HashSet<X11dockerOption>) -> Self
Sets the complete set of arguments, replacing any existing arguments
§Arguments
args
- HashSet of X11dockerOption values to use as arguments
Sourcepub fn append_arguments(self, args: HashSet<X11dockerOption>) -> Self
pub fn append_arguments(self, args: HashSet<X11dockerOption>) -> Self
Adds additional arguments to the existing set If no arguments exist yet, initializes a new set
§Arguments
args
- HashSet of X11dockerOption values to append
Sourcepub fn image_name(self, name: &str) -> Self
pub fn image_name(self, name: &str) -> Self
Sourcepub fn container_name(self, name: &str) -> Self
pub fn container_name(self, name: &str) -> Self
Sourcepub fn interactive(self) -> Self
pub fn interactive(self) -> Self
Enables interactive mode
Trait Implementations§
Auto Trait Implementations§
impl Freeze for X11docker
impl RefUnwindSafe for X11docker
impl Send for X11docker
impl Sync for X11docker
impl Unpin for X11docker
impl UnwindSafe for X11docker
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