pub struct LegacyAppPathString(pub String);Tuple Fields§
§0: StringTrait Implementations§
Source§impl Clone for LegacyAppPathString
impl Clone for LegacyAppPathString
Source§fn clone(&self) -> LegacyAppPathString
fn clone(&self) -> LegacyAppPathString
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 LegacyAppPathString
impl Debug for LegacyAppPathString
Source§impl Default for LegacyAppPathString
impl Default for LegacyAppPathString
Source§fn default() -> LegacyAppPathString
fn default() -> LegacyAppPathString
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LegacyAppPathString
impl<'de> Deserialize<'de> for LegacyAppPathString
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 LegacyAppPathString
Source§impl Hash for LegacyAppPathString
impl Hash for LegacyAppPathString
Source§impl PartialEq for LegacyAppPathString
impl PartialEq for LegacyAppPathString
Source§fn eq(&self, other: &LegacyAppPathString) -> bool
fn eq(&self, other: &LegacyAppPathString) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for LegacyAppPathString
impl Serialize for LegacyAppPathString
impl StructuralPartialEq for LegacyAppPathString
Auto Trait Implementations§
impl Freeze for LegacyAppPathString
impl RefUnwindSafe for LegacyAppPathString
impl Send for LegacyAppPathString
impl Sync for LegacyAppPathString
impl Unpin for LegacyAppPathString
impl UnsafeUnpin for LegacyAppPathString
impl UnwindSafe for LegacyAppPathString
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