pub struct CommandCompleteParams {
pub command_tag: String,
}
Fields§
§command_tag: String
Auto Trait Implementations§
impl Freeze for CommandCompleteParams
impl RefUnwindSafe for CommandCompleteParams
impl Send for CommandCompleteParams
impl Sync for CommandCompleteParams
impl Unpin for CommandCompleteParams
impl UnwindSafe for CommandCompleteParams
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