pub struct Riven {
pub riven_compatability: Option<HashMap<String, RivenRivenCompatabilityValue>>,
}Fields§
§riven_compatability: Option<HashMap<String, RivenRivenCompatabilityValue>>The name of the weapon that this riven is compatible with
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Riven
impl<'de> Deserialize<'de> for Riven
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
impl StructuralPartialEq for Riven
Auto Trait Implementations§
impl Freeze for Riven
impl RefUnwindSafe for Riven
impl Send for Riven
impl Sync for Riven
impl Unpin for Riven
impl UnwindSafe for Riven
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