pub struct ExistsResult {
pub exists: bool,
pub spec: String,
pub anchor: String,
pub section_type: Option<String>,
}Expand description
JSON output for exists command
Fields§
§exists: bool§spec: String§anchor: String§section_type: Option<String>Trait Implementations§
Source§impl Debug for ExistsResult
impl Debug for ExistsResult
Auto Trait Implementations§
impl Freeze for ExistsResult
impl RefUnwindSafe for ExistsResult
impl Send for ExistsResult
impl Sync for ExistsResult
impl Unpin for ExistsResult
impl UnsafeUnpin for ExistsResult
impl UnwindSafe for ExistsResult
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