pub struct GetDirection(pub String);Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl Clone for GetDirection
impl Clone for GetDirection
Source§fn clone(&self) -> GetDirection
fn clone(&self) -> GetDirection
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 GetDirection
impl Debug for GetDirection
Source§impl Default for GetDirection
impl Default for GetDirection
Source§fn default() -> GetDirection
fn default() -> GetDirection
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetDirection
impl<'de> Deserialize<'de> for GetDirection
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
impl Eq for GetDirection
Source§impl PartialEq for GetDirection
impl PartialEq for GetDirection
Source§impl Serialize for GetDirection
impl Serialize for GetDirection
impl StructuralPartialEq for GetDirection
Auto Trait Implementations§
impl Freeze for GetDirection
impl RefUnwindSafe for GetDirection
impl Send for GetDirection
impl Sync for GetDirection
impl Unpin for GetDirection
impl UnsafeUnpin for GetDirection
impl UnwindSafe for GetDirection
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