pub struct BussPath { /* private fields */ }Expand description
String representing what path the request is for
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BussPath
impl RefUnwindSafe for BussPath
impl Send for BussPath
impl Sync for BussPath
impl Unpin for BussPath
impl UnwindSafe for BussPath
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