pub struct QuestNotice {
pub quest_id: String,
pub title: String,
pub message: String,
}Fields§
§quest_id: String§title: String§message: StringTrait Implementations§
Source§impl Clone for QuestNotice
impl Clone for QuestNotice
Source§fn clone(&self) -> QuestNotice
fn clone(&self) -> QuestNotice
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 moreSource§impl Debug for QuestNotice
impl Debug for QuestNotice
Source§impl<'de> Deserialize<'de> for QuestNotice
impl<'de> Deserialize<'de> for QuestNotice
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
Source§impl PartialEq for QuestNotice
impl PartialEq for QuestNotice
Source§impl Serialize for QuestNotice
impl Serialize for QuestNotice
impl StructuralPartialEq for QuestNotice
Auto Trait Implementations§
impl Freeze for QuestNotice
impl RefUnwindSafe for QuestNotice
impl Send for QuestNotice
impl Sync for QuestNotice
impl Unpin for QuestNotice
impl UnsafeUnpin for QuestNotice
impl UnwindSafe for QuestNotice
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