pub enum LoreAction {
Generate {
event_id: Option<String>,
lore_kind: LoreKind,
},
}Variants§
Trait Implementations§
Source§impl Clone for LoreAction
impl Clone for LoreAction
Source§fn clone(&self) -> LoreAction
fn clone(&self) -> LoreAction
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 LoreAction
impl Debug for LoreAction
Source§impl<'de> Deserialize<'de> for LoreAction
impl<'de> Deserialize<'de> for LoreAction
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 LoreAction
impl RefUnwindSafe for LoreAction
impl Send for LoreAction
impl Sync for LoreAction
impl Unpin for LoreAction
impl UnwindSafe for LoreAction
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