pub mod rustup_toolchain #[non_exhaustive] pub enum rustup_toolchain::Error pub rustup_toolchain::Error::IoError(std::io::error::Error) pub rustup_toolchain::Error::RustupToolchainInstallError pub rustup_toolchain::Error::StdSyncPoisonError impl core::convert::From for rustup_toolchain::Error pub fn rustup_toolchain::Error::from(source: std::io::error::Error) -> Self impl core::error::Error for rustup_toolchain::Error pub fn rustup_toolchain::Error::source(&self) -> core::option::Option<&(dyn core::error::Error + 'static)> impl core::fmt::Debug for rustup_toolchain::Error pub fn rustup_toolchain::Error::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::fmt::Display for rustup_toolchain::Error pub fn rustup_toolchain::Error::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Freeze for rustup_toolchain::Error impl core::marker::Send for rustup_toolchain::Error impl core::marker::Sync for rustup_toolchain::Error impl core::marker::Unpin for rustup_toolchain::Error impl !core::panic::unwind_safe::RefUnwindSafe for rustup_toolchain::Error impl !core::panic::unwind_safe::UnwindSafe for rustup_toolchain::Error impl core::convert::Into for rustup_toolchain::Error where U: core::convert::From pub fn rustup_toolchain::Error::into(self) -> U impl core::convert::TryFrom for rustup_toolchain::Error where U: core::convert::Into pub type rustup_toolchain::Error::Error = core::convert::Infallible pub fn rustup_toolchain::Error::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for rustup_toolchain::Error where U: core::convert::TryFrom pub type rustup_toolchain::Error::Error = >::Error pub fn rustup_toolchain::Error::try_into(self) -> core::result::Result>::Error> impl alloc::string::ToString for rustup_toolchain::Error where T: core::fmt::Display + ?core::marker::Sized pub fn rustup_toolchain::Error::to_string(&self) -> alloc::string::String impl core::any::Any for rustup_toolchain::Error where T: 'static + ?core::marker::Sized pub fn rustup_toolchain::Error::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for rustup_toolchain::Error where T: ?core::marker::Sized pub fn rustup_toolchain::Error::borrow(&self) -> &T impl core::borrow::BorrowMut for rustup_toolchain::Error where T: ?core::marker::Sized pub fn rustup_toolchain::Error::borrow_mut(&mut self) -> &mut T impl core::convert::From for rustup_toolchain::Error pub fn rustup_toolchain::Error::from(t: T) -> T pub fn rustup_toolchain::ensure_installed(toolchain: &str) -> rustup_toolchain::Result<()> pub fn rustup_toolchain::install(toolchain: impl core::convert::AsRef) -> rustup_toolchain::Result<()> pub fn rustup_toolchain::is_installed(toolchain: &str) -> rustup_toolchain::Result pub type rustup_toolchain::Result = core::result::Result