pub struct PrototypeWithQuality {
pub name: &'static str,
pub quality: &'static str,
}Fields§
§name: &'static str§quality: &'static strTrait Implementations§
Source§impl Clone for PrototypeWithQuality
impl Clone for PrototypeWithQuality
Source§fn clone(&self) -> PrototypeWithQuality
fn clone(&self) -> PrototypeWithQuality
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 PrototypeWithQuality
Source§impl Debug for PrototypeWithQuality
impl Debug for PrototypeWithQuality
Source§impl Default for PrototypeWithQuality
impl Default for PrototypeWithQuality
Source§fn default() -> PrototypeWithQuality
fn default() -> PrototypeWithQuality
Returns the “default value” for a type. Read more
Source§impl PartialEq for PrototypeWithQuality
impl PartialEq for PrototypeWithQuality
impl StructuralPartialEq for PrototypeWithQuality
Auto Trait Implementations§
impl Freeze for PrototypeWithQuality
impl RefUnwindSafe for PrototypeWithQuality
impl Send for PrototypeWithQuality
impl Sync for PrototypeWithQuality
impl Unpin for PrototypeWithQuality
impl UnsafeUnpin for PrototypeWithQuality
impl UnwindSafe for PrototypeWithQuality
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