pub enum ContinueToLocationMethod {
ContinueToLocation,
}Variants§
ContinueToLocation
Trait Implementations§
Source§impl Clone for ContinueToLocationMethod
impl Clone for ContinueToLocationMethod
Source§fn clone(&self) -> ContinueToLocationMethod
fn clone(&self) -> ContinueToLocationMethod
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 ContinueToLocationMethod
impl Debug for ContinueToLocationMethod
Source§impl<'de> Deserialize<'de> for ContinueToLocationMethod
impl<'de> Deserialize<'de> for ContinueToLocationMethod
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 ContinueToLocationMethod
impl PartialEq for ContinueToLocationMethod
Source§impl Serialize for ContinueToLocationMethod
impl Serialize for ContinueToLocationMethod
impl StructuralPartialEq for ContinueToLocationMethod
Auto Trait Implementations§
impl Freeze for ContinueToLocationMethod
impl RefUnwindSafe for ContinueToLocationMethod
impl Send for ContinueToLocationMethod
impl Sync for ContinueToLocationMethod
impl Unpin for ContinueToLocationMethod
impl UnsafeUnpin for ContinueToLocationMethod
impl UnwindSafe for ContinueToLocationMethod
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