pub(crate) struct TradeCheckFinding {
pub(crate) level: &'static str,
pub(crate) message: String,
}Fields§
§level: &'static str§message: StringTrait Implementations§
Source§impl Clone for TradeCheckFinding
impl Clone for TradeCheckFinding
Source§fn clone(&self) -> TradeCheckFinding
fn clone(&self) -> TradeCheckFinding
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 TradeCheckFinding
impl Debug for TradeCheckFinding
Auto Trait Implementations§
impl Freeze for TradeCheckFinding
impl RefUnwindSafe for TradeCheckFinding
impl Send for TradeCheckFinding
impl Sync for TradeCheckFinding
impl Unpin for TradeCheckFinding
impl UnsafeUnpin for TradeCheckFinding
impl UnwindSafe for TradeCheckFinding
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