pub struct ContinueToLocationResult {}Trait Implementations§
Source§impl Clone for ContinueToLocationResult
impl Clone for ContinueToLocationResult
Source§fn clone(&self) -> ContinueToLocationResult
fn clone(&self) -> ContinueToLocationResult
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 ContinueToLocationResult
impl Debug for ContinueToLocationResult
Source§impl Default for ContinueToLocationResult
impl Default for ContinueToLocationResult
Source§fn default() -> ContinueToLocationResult
fn default() -> ContinueToLocationResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ContinueToLocationResult
impl<'de> Deserialize<'de> for ContinueToLocationResult
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 ContinueToLocationResult
impl PartialEq for ContinueToLocationResult
Source§impl Serialize for ContinueToLocationResult
impl Serialize for ContinueToLocationResult
Source§impl TryFrom<Value> for ContinueToLocationResult
impl TryFrom<Value> for ContinueToLocationResult
impl StructuralPartialEq for ContinueToLocationResult
Auto Trait Implementations§
impl Freeze for ContinueToLocationResult
impl RefUnwindSafe for ContinueToLocationResult
impl Send for ContinueToLocationResult
impl Sync for ContinueToLocationResult
impl Unpin for ContinueToLocationResult
impl UnsafeUnpin for ContinueToLocationResult
impl UnwindSafe for ContinueToLocationResult
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