pub struct UnresolvedMonitor {
pub statement: MonitorStatement,
pub reason: UnresolvedMonitorReason,
}Expand description
One statement that named nothing, kept with the reason.
Fields§
§statement: MonitorStatement§reason: UnresolvedMonitorReasonTrait Implementations§
Source§impl Clone for UnresolvedMonitor
impl Clone for UnresolvedMonitor
Source§fn clone(&self) -> UnresolvedMonitor
fn clone(&self) -> UnresolvedMonitor
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 UnresolvedMonitor
impl Debug for UnresolvedMonitor
Source§impl PartialEq for UnresolvedMonitor
impl PartialEq for UnresolvedMonitor
Source§fn eq(&self, other: &UnresolvedMonitor) -> bool
fn eq(&self, other: &UnresolvedMonitor) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UnresolvedMonitor
Auto Trait Implementations§
impl Freeze for UnresolvedMonitor
impl RefUnwindSafe for UnresolvedMonitor
impl Send for UnresolvedMonitor
impl Sync for UnresolvedMonitor
impl Unpin for UnresolvedMonitor
impl UnsafeUnpin for UnresolvedMonitor
impl UnwindSafe for UnresolvedMonitor
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