pub struct Compose { /* private fields */ }
Implementations§
Source§impl Compose
impl Compose
pub fn builder() -> ComposeBuilder
pub fn from_file(path: &str) -> Result<Self, ComposeBuilderError>
pub fn up(&self) -> UpCommand
pub fn down(&self) -> DownCommand
pub fn ps(&self) -> PsCommand
pub fn scale(&self) -> ScaleCommand
pub fn stats(&self) -> StatsCommand
Auto Trait Implementations§
impl Freeze for Compose
impl RefUnwindSafe for Compose
impl Send for Compose
impl Sync for Compose
impl Unpin for Compose
impl UnwindSafe for Compose
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