pub struct MessageResponseOption {
pub message_response_id: Option<u32>,
pub label: Option<String>,
}Fields§
§message_response_id: Option<u32>§label: Option<String>Trait Implementations§
Source§impl Debug for MessageResponseOption
impl Debug for MessageResponseOption
Auto Trait Implementations§
impl Freeze for MessageResponseOption
impl RefUnwindSafe for MessageResponseOption
impl Send for MessageResponseOption
impl Sync for MessageResponseOption
impl Unpin for MessageResponseOption
impl UnwindSafe for MessageResponseOption
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