pub struct MappedName {
pub filename: String,
pub name: String,
}Fields§
§filename: String§name: StringTrait Implementations§
Source§impl Clone for MappedName
impl Clone for MappedName
Source§fn clone(&self) -> MappedName
fn clone(&self) -> MappedName
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 MappedName
impl Debug for MappedName
Source§impl<'de> Deserialize<'de> for MappedName
impl<'de> Deserialize<'de> for MappedName
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 MappedName
impl PartialEq for MappedName
impl Eq for MappedName
impl StructuralPartialEq for MappedName
Auto Trait Implementations§
impl Freeze for MappedName
impl RefUnwindSafe for MappedName
impl Send for MappedName
impl Sync for MappedName
impl Unpin for MappedName
impl UnwindSafe for MappedName
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