pub struct LoadConfigCommand { /* private fields */ }Implementations§
Source§impl LoadConfigCommand
impl LoadConfigCommand
Sourcepub fn builder() -> LoadConfigCommandBuilder
pub fn builder() -> LoadConfigCommandBuilder
Create an instance of LoadConfigCommand using the builder syntax
Source§impl LoadConfigCommand
impl LoadConfigCommand
pub fn to_message(self) -> Result<KittyMessage, CommandError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LoadConfigCommand
impl RefUnwindSafe for LoadConfigCommand
impl Send for LoadConfigCommand
impl Sync for LoadConfigCommand
impl Unpin for LoadConfigCommand
impl UnwindSafe for LoadConfigCommand
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