pub enum ExtraUsageResult {
Message(String),
Url {
url: String,
opened: bool,
},
}Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for ExtraUsageResult
impl RefUnwindSafe for ExtraUsageResult
impl Send for ExtraUsageResult
impl Sync for ExtraUsageResult
impl Unpin for ExtraUsageResult
impl UnsafeUnpin for ExtraUsageResult
impl UnwindSafe for ExtraUsageResult
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