pub struct ValidatedFilePath(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for ValidatedFilePath
impl AsRef<str> for ValidatedFilePath
Source§impl Clone for ValidatedFilePath
impl Clone for ValidatedFilePath
Source§fn clone(&self) -> ValidatedFilePath
fn clone(&self) -> ValidatedFilePath
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 ValidatedFilePath
impl Debug for ValidatedFilePath
Source§impl<'de> Deserialize<'de> for ValidatedFilePath
impl<'de> Deserialize<'de> for ValidatedFilePath
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 Display for ValidatedFilePath
impl Display for ValidatedFilePath
Source§impl FromStr for ValidatedFilePath
impl FromStr for ValidatedFilePath
Source§impl Hash for ValidatedFilePath
impl Hash for ValidatedFilePath
Source§impl PartialEq for ValidatedFilePath
impl PartialEq for ValidatedFilePath
Source§impl Serialize for ValidatedFilePath
impl Serialize for ValidatedFilePath
Source§impl ToDbValue for &ValidatedFilePath
impl ToDbValue for &ValidatedFilePath
fn to_db_value(&self) -> DbValue
fn null_db_value() -> DbValuewhere
Self: Sized,
Source§impl ToDbValue for ValidatedFilePath
impl ToDbValue for ValidatedFilePath
fn to_db_value(&self) -> DbValue
fn null_db_value() -> DbValuewhere
Self: Sized,
Source§impl TryFrom<&str> for ValidatedFilePath
impl TryFrom<&str> for ValidatedFilePath
Source§impl TryFrom<String> for ValidatedFilePath
impl TryFrom<String> for ValidatedFilePath
impl Eq for ValidatedFilePath
impl StructuralPartialEq for ValidatedFilePath
Auto Trait Implementations§
impl Freeze for ValidatedFilePath
impl RefUnwindSafe for ValidatedFilePath
impl Send for ValidatedFilePath
impl Sync for ValidatedFilePath
impl Unpin for ValidatedFilePath
impl UnwindSafe for ValidatedFilePath
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.