#[non_exhaustive]pub struct BatchOptimizeToursResponse { /* private fields */ }Expand description
Response to a BatchOptimizeToursRequest. This is returned in
the LRO Operation after the operation is complete.
Implementations§
Trait Implementations§
Source§impl Clone for BatchOptimizeToursResponse
impl Clone for BatchOptimizeToursResponse
Source§fn clone(&self) -> BatchOptimizeToursResponse
fn clone(&self) -> BatchOptimizeToursResponse
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 BatchOptimizeToursResponse
impl Debug for BatchOptimizeToursResponse
Source§impl Default for BatchOptimizeToursResponse
impl Default for BatchOptimizeToursResponse
Source§fn default() -> BatchOptimizeToursResponse
fn default() -> BatchOptimizeToursResponse
Returns the “default value” for a type. Read more
Source§impl Message for BatchOptimizeToursResponse
impl Message for BatchOptimizeToursResponse
impl StructuralPartialEq for BatchOptimizeToursResponse
Auto Trait Implementations§
impl Freeze for BatchOptimizeToursResponse
impl RefUnwindSafe for BatchOptimizeToursResponse
impl Send for BatchOptimizeToursResponse
impl Sync for BatchOptimizeToursResponse
impl Unpin for BatchOptimizeToursResponse
impl UnwindSafe for BatchOptimizeToursResponse
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