Struct glory_routing::filters::CombWisp
source · pub struct CombWisp(pub Vec<WispKind>);Expand description
Comb wisp is a group of other kind of wisps in the same url segment.
Tuple Fields§
§0: Vec<WispKind>Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for CombWisp
impl !Send for CombWisp
impl !Sync for CombWisp
impl Unpin for CombWisp
impl !UnwindSafe for CombWisp
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