pub struct RefsResult {
pub query: String,
pub direction: String,
pub matches: Vec<RefsMatch>,
}Expand description
JSON output for refs command
Fields§
§query: String§direction: String§matches: Vec<RefsMatch>Trait Implementations§
Source§impl Debug for RefsResult
impl Debug for RefsResult
Auto Trait Implementations§
impl Freeze for RefsResult
impl RefUnwindSafe for RefsResult
impl Send for RefsResult
impl Sync for RefsResult
impl Unpin for RefsResult
impl UnsafeUnpin for RefsResult
impl UnwindSafe for RefsResult
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