Struct classicube_sys::OwnedChatCommand
source · pub struct OwnedChatCommand {
pub name: Pin<Box<CString>>,
pub help: Vec<Pin<Box<CString>>>,
pub command: Pin<Box<ChatCommand>>,
}Fields§
§name: Pin<Box<CString>>§help: Vec<Pin<Box<CString>>>§command: Pin<Box<ChatCommand>>Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for OwnedChatCommand
impl !Send for OwnedChatCommand
impl !Sync for OwnedChatCommand
impl Unpin for OwnedChatCommand
impl UnwindSafe for OwnedChatCommand
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