pub struct HelpResolved {
pub resolved: i32,
}Expand description
The result of resolving.
Fields§
§resolved: i32How many open requests were marked. Zero is not an error: somebody else may have resolved them, or the narrowing may have matched nothing.
Trait Implementations§
Source§impl Clone for HelpResolved
impl Clone for HelpResolved
Source§impl Debug for HelpResolved
impl Debug for HelpResolved
Source§impl<'de> Deserialize<'de> for HelpResolved
impl<'de> Deserialize<'de> for HelpResolved
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for HelpResolved
impl PartialEq for HelpResolved
Source§impl Serialize for HelpResolved
impl Serialize for HelpResolved
impl StructuralPartialEq for HelpResolved
Auto Trait Implementations§
impl Freeze for HelpResolved
impl RefUnwindSafe for HelpResolved
impl Send for HelpResolved
impl Sync for HelpResolved
impl Unpin for HelpResolved
impl UnsafeUnpin for HelpResolved
impl UnwindSafe for HelpResolved
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