pub struct DayDeityMeta {
pub source_id: String,
pub method: String,
}Fields§
§source_id: String§method: StringTrait Implementations§
Source§impl Clone for DayDeityMeta
impl Clone for DayDeityMeta
Source§fn clone(&self) -> DayDeityMeta
fn clone(&self) -> DayDeityMeta
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 DayDeityMeta
impl Debug for DayDeityMeta
Source§impl<'de> Deserialize<'de> for DayDeityMeta
impl<'de> Deserialize<'de> for DayDeityMeta
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 DayDeityMeta
impl RefUnwindSafe for DayDeityMeta
impl Send for DayDeityMeta
impl Sync for DayDeityMeta
impl Unpin for DayDeityMeta
impl UnsafeUnpin for DayDeityMeta
impl UnwindSafe for DayDeityMeta
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