pub struct KeyHitInfos {
pub toast: Option<String>,
pub rule_id: Option<u64>,
pub high_text: Option<Vec<Value>>,
}
Expand description
触发的提示信息
Fields§
§toast: Option<String>
§rule_id: Option<u64>
§high_text: Option<Vec<Value>>
Trait Implementations§
Source§impl Clone for KeyHitInfos
impl Clone for KeyHitInfos
Source§fn clone(&self) -> KeyHitInfos
fn clone(&self) -> KeyHitInfos
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for KeyHitInfos
impl Debug for KeyHitInfos
Source§impl<'de> Deserialize<'de> for KeyHitInfos
impl<'de> Deserialize<'de> for KeyHitInfos
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for KeyHitInfos
impl RefUnwindSafe for KeyHitInfos
impl Send for KeyHitInfos
impl Sync for KeyHitInfos
impl Unpin for KeyHitInfos
impl UnwindSafe for KeyHitInfos
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