pub struct WindowsNeedsElevation(pub String);
Tuple Fields§
§0: String
Trait Implementations§
Source§impl Debug for WindowsNeedsElevation
impl Debug for WindowsNeedsElevation
Source§impl Display for WindowsNeedsElevation
impl Display for WindowsNeedsElevation
Source§impl From<WindowsNeedsElevation> for AnyError
impl From<WindowsNeedsElevation> for AnyError
Source§fn from(e: WindowsNeedsElevation) -> AnyError
fn from(e: WindowsNeedsElevation) -> AnyError
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for WindowsNeedsElevation
impl RefUnwindSafe for WindowsNeedsElevation
impl Send for WindowsNeedsElevation
impl Sync for WindowsNeedsElevation
impl Unpin for WindowsNeedsElevation
impl UnwindSafe for WindowsNeedsElevation
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