Struct jj_lib::revset::RevsetParser
source · pub struct RevsetParser;
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RevsetParser
impl Send for RevsetParser
impl Sync for RevsetParser
impl Unpin for RevsetParser
impl UnwindSafe for RevsetParser
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