pub struct AssociationExt(pub String);
Expand description
An extension for a FileAssociation
.
A leading .
is automatically stripped.
Tuple Fields§
§0: String
Trait Implementations§
Source§impl Clone for AssociationExt
impl Clone for AssociationExt
Source§fn clone(&self) -> AssociationExt
fn clone(&self) -> AssociationExt
Returns a copy 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 AssociationExt
impl Debug for AssociationExt
Source§impl<'d> Deserialize<'d> for AssociationExt
impl<'d> Deserialize<'d> for AssociationExt
Source§fn deserialize<D: Deserializer<'d>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'d>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for AssociationExt
impl Display for AssociationExt
Source§impl PartialEq for AssociationExt
impl PartialEq for AssociationExt
Source§impl Serialize for AssociationExt
impl Serialize for AssociationExt
impl Eq for AssociationExt
impl StructuralPartialEq for AssociationExt
Auto Trait Implementations§
impl Freeze for AssociationExt
impl RefUnwindSafe for AssociationExt
impl Send for AssociationExt
impl Sync for AssociationExt
impl Unpin for AssociationExt
impl UnwindSafe for AssociationExt
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)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.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.