Struct uri_template_system_core::Expansion
source · pub struct Expansion<'e, 't> { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl<'e, 't> RefUnwindSafe for Expansion<'e, 't>
impl<'e, 't> Send for Expansion<'e, 't>
impl<'e, 't> Sync for Expansion<'e, 't>
impl<'e, 't> Unpin for Expansion<'e, 't>
impl<'e, 't> UnwindSafe for Expansion<'e, 't>
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