pub struct Character {
pub name: String,
pub link: String,
pub rarity: String,
pub rarity_image: String,
pub path: String,
pub path_image: String,
pub ctype: String,
pub ctype_image: String,
}Fields§
§name: String§link: String§rarity: String§rarity_image: String§path: String§path_image: String§ctype: String§ctype_image: StringAuto Trait Implementations§
impl RefUnwindSafe for Character
impl Send for Character
impl Sync for Character
impl Unpin for Character
impl UnwindSafe for Character
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