pub struct ChatBotCommandCommandRef<'a> {
pub keyword: &'a String,
pub label: &'a String,
pub params: &'a Option<String>,
}Fields§
§keyword: &'a String§label: &'a String§params: &'a Option<String>Trait Implementations§
Source§impl<'a> Clone for ChatBotCommandCommandRef<'a>
impl<'a> Clone for ChatBotCommandCommandRef<'a>
Source§fn clone(&self) -> ChatBotCommandCommandRef<'a>
fn clone(&self) -> ChatBotCommandCommandRef<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<'a> Copy for ChatBotCommandCommandRef<'a>
Auto Trait Implementations§
impl<'a> Freeze for ChatBotCommandCommandRef<'a>
impl<'a> RefUnwindSafe for ChatBotCommandCommandRef<'a>
impl<'a> Send for ChatBotCommandCommandRef<'a>
impl<'a> Sync for ChatBotCommandCommandRef<'a>
impl<'a> Unpin for ChatBotCommandCommandRef<'a>
impl<'a> UnsafeUnpin for ChatBotCommandCommandRef<'a>
impl<'a> UnwindSafe for ChatBotCommandCommandRef<'a>
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