pub struct RustupConfig {
pub path: Option<PathBuf>,
}
Fields§
§path: Option<PathBuf>
Trait Implementations§
Source§impl Debug for RustupConfig
impl Debug for RustupConfig
Source§impl Default for RustupConfig
impl Default for RustupConfig
Source§fn default() -> RustupConfig
fn default() -> RustupConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RustupConfig
impl<'de> Deserialize<'de> for RustupConfig
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 RustupConfig
impl RefUnwindSafe for RustupConfig
impl Send for RustupConfig
impl Sync for RustupConfig
impl Unpin for RustupConfig
impl UnwindSafe for RustupConfig
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