pub struct RuneTree {
pub display_name: String,
pub id: u16,
pub raw_description: String,
pub raw_display_name: String,
}Fields§
§display_name: String§id: u16§raw_description: String§raw_display_name: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for RuneTree
impl<'de> Deserialize<'de> for RuneTree
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 RuneTree
Auto Trait Implementations§
impl Freeze for RuneTree
impl RefUnwindSafe for RuneTree
impl Send for RuneTree
impl Sync for RuneTree
impl Unpin for RuneTree
impl UnsafeUnpin for RuneTree
impl UnwindSafe for RuneTree
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