pub struct Approach {
pub x: String,
pub y: String,
pub radius: String,
}Fields§
§x: String§y: String§radius: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for Approach
impl RefUnwindSafe for Approach
impl !Send for Approach
impl !Sync for Approach
impl Unpin for Approach
impl UnwindSafe for Approach
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