pub struct LinkConfig {
pub file_mode: FileLinkMode,
pub dir_mode: DirLinkMode,
}Fields§
§file_mode: FileLinkMode§dir_mode: DirLinkModeTrait Implementations§
Source§impl Debug for LinkConfig
impl Debug for LinkConfig
Source§impl Default for LinkConfig
impl Default for LinkConfig
Source§fn default() -> LinkConfig
fn default() -> LinkConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LinkConfig
impl<'de> Deserialize<'de> for LinkConfig
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
Auto Trait Implementations§
impl Freeze for LinkConfig
impl RefUnwindSafe for LinkConfig
impl Send for LinkConfig
impl Sync for LinkConfig
impl Unpin for LinkConfig
impl UnsafeUnpin for LinkConfig
impl UnwindSafe for LinkConfig
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