pub struct HomeDirectoryMapEntry {
pub entry: String,
pub target: String,
}Expand description
Represents an object that contains entries and a targets for HomeDirectoryMappings.
Fields§
§entry: StringRepresents an entry and a target for HomeDirectoryMappings.
target: StringRepresents the map target that is used in a HomeDirectorymapEntry.
Trait Implementations§
Source§impl Clone for HomeDirectoryMapEntry
impl Clone for HomeDirectoryMapEntry
Source§fn clone(&self) -> HomeDirectoryMapEntry
fn clone(&self) -> HomeDirectoryMapEntry
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 HomeDirectoryMapEntry
impl Debug for HomeDirectoryMapEntry
Source§impl Default for HomeDirectoryMapEntry
impl Default for HomeDirectoryMapEntry
Source§fn default() -> HomeDirectoryMapEntry
fn default() -> HomeDirectoryMapEntry
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HomeDirectoryMapEntry
impl<'de> Deserialize<'de> for HomeDirectoryMapEntry
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 HomeDirectoryMapEntry
impl PartialEq for HomeDirectoryMapEntry
Source§impl Serialize for HomeDirectoryMapEntry
impl Serialize for HomeDirectoryMapEntry
impl StructuralPartialEq for HomeDirectoryMapEntry
Auto Trait Implementations§
impl Freeze for HomeDirectoryMapEntry
impl RefUnwindSafe for HomeDirectoryMapEntry
impl Send for HomeDirectoryMapEntry
impl Sync for HomeDirectoryMapEntry
impl Unpin for HomeDirectoryMapEntry
impl UnwindSafe for HomeDirectoryMapEntry
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