pub struct LsCommand { /* private fields */ }Implementations§
Source§impl LsCommand
impl LsCommand
Sourcepub fn builder() -> LsCommandBuilder
pub fn builder() -> LsCommandBuilder
Create an instance of LsCommand using the builder syntax
Source§impl LsCommand
impl LsCommand
pub fn to_message(self) -> Result<KittyMessage, CommandError>
pub fn parse_response( response: &KittyResponse, ) -> Result<Vec<OsInstance>, Error>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LsCommand
impl RefUnwindSafe for LsCommand
impl Send for LsCommand
impl Sync for LsCommand
impl Unpin for LsCommand
impl UnwindSafe for LsCommand
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