pub struct SolNodeSolKey {
pub enemy: String,
pub _type: String,
pub value: String,
}Fields§
§enemy: String§_type: String§value: StringImplementations§
Source§impl SolNodeSolKey
impl SolNodeSolKey
Trait Implementations§
Source§impl Clone for SolNodeSolKey
impl Clone for SolNodeSolKey
Source§fn clone(&self) -> SolNodeSolKey
fn clone(&self) -> SolNodeSolKey
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 SolNodeSolKey
impl Debug for SolNodeSolKey
Source§impl Default for SolNodeSolKey
impl Default for SolNodeSolKey
Source§fn default() -> SolNodeSolKey
fn default() -> SolNodeSolKey
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SolNodeSolKey
impl<'de> Deserialize<'de> for SolNodeSolKey
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 SolNodeSolKey
impl PartialEq for SolNodeSolKey
Source§impl Serialize for SolNodeSolKey
impl Serialize for SolNodeSolKey
impl StructuralPartialEq for SolNodeSolKey
Auto Trait Implementations§
impl Freeze for SolNodeSolKey
impl RefUnwindSafe for SolNodeSolKey
impl Send for SolNodeSolKey
impl Sync for SolNodeSolKey
impl Unpin for SolNodeSolKey
impl UnwindSafe for SolNodeSolKey
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