pub struct CommandCompleteBody { /* private fields */ }Implementations§
Auto Trait Implementations§
impl !Freeze for CommandCompleteBody
impl RefUnwindSafe for CommandCompleteBody
impl Send for CommandCompleteBody
impl Sync for CommandCompleteBody
impl Unpin for CommandCompleteBody
impl UnsafeUnpin for CommandCompleteBody
impl UnwindSafe for CommandCompleteBody
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