Struct parse_js::visit::JourneyControls
source · pub struct JourneyControls { /* private fields */ }
Implementations
Auto Trait Implementations
impl RefUnwindSafe for JourneyControls
impl Send for JourneyControls
impl Sync for JourneyControls
impl Unpin for JourneyControls
impl UnwindSafe for JourneyControls
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more