pub struct SelectedPrototypeData {
pub base_type: IDType,
pub derived_type: &'static str,
pub name: &'static str,
pub quality: &'static str,
}Fields§
§base_type: IDType§derived_type: &'static str§name: &'static str§quality: &'static strTrait Implementations§
Source§impl Clone for SelectedPrototypeData
impl Clone for SelectedPrototypeData
Source§fn clone(&self) -> SelectedPrototypeData
fn clone(&self) -> SelectedPrototypeData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SelectedPrototypeData
Source§impl Debug for SelectedPrototypeData
impl Debug for SelectedPrototypeData
Source§impl Default for SelectedPrototypeData
impl Default for SelectedPrototypeData
Source§fn default() -> SelectedPrototypeData
fn default() -> SelectedPrototypeData
Returns the “default value” for a type. Read more
Source§impl PartialEq for SelectedPrototypeData
impl PartialEq for SelectedPrototypeData
impl StructuralPartialEq for SelectedPrototypeData
Auto Trait Implementations§
impl Freeze for SelectedPrototypeData
impl RefUnwindSafe for SelectedPrototypeData
impl Send for SelectedPrototypeData
impl Sync for SelectedPrototypeData
impl Unpin for SelectedPrototypeData
impl UnsafeUnpin for SelectedPrototypeData
impl UnwindSafe for SelectedPrototypeData
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