pub struct OverlordEventRemoveStone {
pub template_id: StoneTemplateId,
}Fields§
§template_id: StoneTemplateIdTrait Implementations§
Source§impl Clone for OverlordEventRemoveStone
impl Clone for OverlordEventRemoveStone
Source§fn clone(&self) -> OverlordEventRemoveStone
fn clone(&self) -> OverlordEventRemoveStone
Returns a copy 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 OverlordEventRemoveStone
impl Debug for OverlordEventRemoveStone
Source§impl EventStruct<OverlordEvent> for OverlordEventRemoveStone
impl EventStruct<OverlordEvent> for OverlordEventRemoveStone
fn from_enum(e: OverlordEvent) -> Self
fn to_enum(self) -> OverlordEvent
Source§impl PartialEq for OverlordEventRemoveStone
impl PartialEq for OverlordEventRemoveStone
impl Eq for OverlordEventRemoveStone
impl StructuralPartialEq for OverlordEventRemoveStone
Auto Trait Implementations§
impl Freeze for OverlordEventRemoveStone
impl RefUnwindSafe for OverlordEventRemoveStone
impl Send for OverlordEventRemoveStone
impl Sync for OverlordEventRemoveStone
impl Unpin for OverlordEventRemoveStone
impl UnwindSafe for OverlordEventRemoveStone
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more