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