pub struct VerifiedByFactResult {
pub detail: Option<String>,
pub cite_what: Box<Stmt>,
}Fields§
§detail: Option<String>§cite_what: Box<Stmt>Trait Implementations§
Auto Trait Implementations§
impl Freeze for VerifiedByFactResult
impl RefUnwindSafe for VerifiedByFactResult
impl !Send for VerifiedByFactResult
impl !Sync for VerifiedByFactResult
impl Unpin for VerifiedByFactResult
impl UnsafeUnpin for VerifiedByFactResult
impl UnwindSafe for VerifiedByFactResult
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