pub struct SearchGw {
pub radius: u8,
}Fields§
§radius: u8Trait Implementations§
impl Copy for SearchGw
impl StructuralPartialEq for SearchGw
Auto Trait Implementations§
impl Freeze for SearchGw
impl RefUnwindSafe for SearchGw
impl Send for SearchGw
impl Sync for SearchGw
impl Unpin for SearchGw
impl UnwindSafe for SearchGw
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