pub struct ContextToolFrame {
pub name: String,
pub failed: bool,
}Fields§
§name: String§failed: boolTrait Implementations§
Source§impl Clone for ContextToolFrame
impl Clone for ContextToolFrame
Source§fn clone(&self) -> ContextToolFrame
fn clone(&self) -> ContextToolFrame
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 moreSource§impl Debug for ContextToolFrame
impl Debug for ContextToolFrame
impl Eq for ContextToolFrame
Source§impl PartialEq for ContextToolFrame
impl PartialEq for ContextToolFrame
impl StructuralPartialEq for ContextToolFrame
Auto Trait Implementations§
impl Freeze for ContextToolFrame
impl RefUnwindSafe for ContextToolFrame
impl Send for ContextToolFrame
impl Sync for ContextToolFrame
impl Unpin for ContextToolFrame
impl UnsafeUnpin for ContextToolFrame
impl UnwindSafe for ContextToolFrame
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