pub struct GameRootPlace {
pub id: u64,
pub kind: String,
}Fields§
§id: u64§kind: StringTrait Implementations§
Source§impl Clone for GameRootPlace
impl Clone for GameRootPlace
Source§fn clone(&self) -> GameRootPlace
fn clone(&self) -> GameRootPlace
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 GameRootPlace
impl Debug for GameRootPlace
Source§impl<'de> Deserialize<'de> for GameRootPlace
impl<'de> Deserialize<'de> for GameRootPlace
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 GameRootPlace
impl PartialEq for GameRootPlace
impl Eq for GameRootPlace
impl StructuralPartialEq for GameRootPlace
Auto Trait Implementations§
impl Freeze for GameRootPlace
impl RefUnwindSafe for GameRootPlace
impl Send for GameRootPlace
impl Sync for GameRootPlace
impl Unpin for GameRootPlace
impl UnwindSafe for GameRootPlace
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