pub struct QuickstartItem {
pub name: String,
pub ok: bool,
pub detail: String,
}Fields§
§name: String§ok: bool§detail: StringTrait Implementations§
Source§impl Clone for QuickstartItem
impl Clone for QuickstartItem
Source§fn clone(&self) -> QuickstartItem
fn clone(&self) -> QuickstartItem
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 moreAuto Trait Implementations§
impl Freeze for QuickstartItem
impl RefUnwindSafe for QuickstartItem
impl Send for QuickstartItem
impl Sync for QuickstartItem
impl Unpin for QuickstartItem
impl UnsafeUnpin for QuickstartItem
impl UnwindSafe for QuickstartItem
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