pub struct ScheduleQuerySpacetime {
pub type_: u16,
pub regions: Vec<Region>,
pub shape_context: ShapeContext,
pub timespan: Timespan,
}Fields§
§type_: u16§regions: Vec<Region>§shape_context: ShapeContext§timespan: TimespanImplementations§
Trait Implementations§
Source§impl Clone for ScheduleQuerySpacetime
impl Clone for ScheduleQuerySpacetime
Source§fn clone(&self) -> ScheduleQuerySpacetime
fn clone(&self) -> ScheduleQuerySpacetime
Returns a duplicate of the value. Read more
1.0.0 · 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 ScheduleQuerySpacetime
impl Debug for ScheduleQuerySpacetime
Source§impl Default for ScheduleQuerySpacetime
impl Default for ScheduleQuerySpacetime
Source§impl<'de> Deserialize<'de> for ScheduleQuerySpacetime
impl<'de> Deserialize<'de> for ScheduleQuerySpacetime
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 ScheduleQuerySpacetime
impl PartialEq for ScheduleQuerySpacetime
Source§impl Serialize for ScheduleQuerySpacetime
impl Serialize for ScheduleQuerySpacetime
impl Message for ScheduleQuerySpacetime
impl StructuralPartialEq for ScheduleQuerySpacetime
Auto Trait Implementations§
impl Freeze for ScheduleQuerySpacetime
impl RefUnwindSafe for ScheduleQuerySpacetime
impl Send for ScheduleQuerySpacetime
impl Sync for ScheduleQuerySpacetime
impl Unpin for ScheduleQuerySpacetime
impl UnwindSafe for ScheduleQuerySpacetime
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