pub struct WorkerRouteWaypointView {
pub x: f32,
pub y: f32,
pub z: f32,
}Fields§
§x: f32§y: f32§z: f32Trait Implementations§
Source§impl Clone for WorkerRouteWaypointView
impl Clone for WorkerRouteWaypointView
Source§fn clone(&self) -> WorkerRouteWaypointView
fn clone(&self) -> WorkerRouteWaypointView
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WorkerRouteWaypointView
impl Debug for WorkerRouteWaypointView
Source§impl Default for WorkerRouteWaypointView
impl Default for WorkerRouteWaypointView
Source§fn default() -> WorkerRouteWaypointView
fn default() -> WorkerRouteWaypointView
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WorkerRouteWaypointView
impl<'de> Deserialize<'de> for WorkerRouteWaypointView
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for WorkerRouteWaypointView
impl PartialEq for WorkerRouteWaypointView
Source§impl Serialize for WorkerRouteWaypointView
impl Serialize for WorkerRouteWaypointView
impl StructuralPartialEq for WorkerRouteWaypointView
Auto Trait Implementations§
impl Freeze for WorkerRouteWaypointView
impl RefUnwindSafe for WorkerRouteWaypointView
impl Send for WorkerRouteWaypointView
impl Sync for WorkerRouteWaypointView
impl Unpin for WorkerRouteWaypointView
impl UnsafeUnpin for WorkerRouteWaypointView
impl UnwindSafe for WorkerRouteWaypointView
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