pub struct OsmPayload {
pub bytes: Vec<u8>,
pub query: String,
pub origin: String,
}Fields§
§bytes: Vec<u8>§query: String§origin: StringAuto Trait Implementations§
impl Freeze for OsmPayload
impl RefUnwindSafe for OsmPayload
impl Send for OsmPayload
impl Sync for OsmPayload
impl Unpin for OsmPayload
impl UnsafeUnpin for OsmPayload
impl UnwindSafe for OsmPayload
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