pub struct LocationQueryResultDisplay<'m> { /* private fields */ }
Expand description
Display the result of a location query, using the separators to decode escape sequences
Trait Implementations§
Auto Trait Implementations§
impl<'m> Freeze for LocationQueryResultDisplay<'m>
impl<'m> RefUnwindSafe for LocationQueryResultDisplay<'m>
impl<'m> Send for LocationQueryResultDisplay<'m>
impl<'m> Sync for LocationQueryResultDisplay<'m>
impl<'m> Unpin for LocationQueryResultDisplay<'m>
impl<'m> UnwindSafe for LocationQueryResultDisplay<'m>
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