pub struct DelvesSeason {
pub id: i32,
pub faction_id: i32,
}Fields§
§id: i32§faction_id: i32Trait Implementations§
Source§impl Clone for DelvesSeason
impl Clone for DelvesSeason
Source§fn clone(&self) -> DelvesSeason
fn clone(&self) -> DelvesSeason
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 CopyInsert for DelvesSeason
impl CopyInsert for DelvesSeason
Source§impl Debug for DelvesSeason
impl Debug for DelvesSeason
Source§impl Default for DelvesSeason
impl Default for DelvesSeason
Source§fn default() -> DelvesSeason
fn default() -> DelvesSeason
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DelvesSeason
impl<'de> Deserialize<'de> for DelvesSeason
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 DelvesSeason
impl RefUnwindSafe for DelvesSeason
impl Send for DelvesSeason
impl Sync for DelvesSeason
impl Unpin for DelvesSeason
impl UnsafeUnpin for DelvesSeason
impl UnwindSafe for DelvesSeason
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