Struct figaro::handlers::get_location_handler
source · pub struct get_location_handler;Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for get_location_handler
impl Send for get_location_handler
impl Sync for get_location_handler
impl Unpin for get_location_handler
impl UnwindSafe for get_location_handler
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