pub struct StubReport {
pub command: String,
pub implemented: bool,
pub message: String,
}Fields§
§command: String§implemented: bool§message: StringTrait Implementations§
Source§impl Clone for StubReport
impl Clone for StubReport
Source§fn clone(&self) -> StubReport
fn clone(&self) -> StubReport
Returns a duplicate of the value. Read more
1.0.0 · 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 StubReport
impl Debug for StubReport
Auto Trait Implementations§
impl Freeze for StubReport
impl RefUnwindSafe for StubReport
impl Send for StubReport
impl Sync for StubReport
impl Unpin for StubReport
impl UnsafeUnpin for StubReport
impl UnwindSafe for StubReport
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