pub struct MutuallyExclusive {
pub path: String,
pub detail: Option<String>,
pub params: Vec<String>,
}
Fields§
§path: String
§detail: Option<String>
§params: Vec<String>
Trait Implementations§
Source§impl Debug for MutuallyExclusive
impl Debug for MutuallyExclusive
Source§impl Display for MutuallyExclusive
impl Display for MutuallyExclusive
Source§impl Error for MutuallyExclusive
impl Error for MutuallyExclusive
Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
Source§impl Serialize for MutuallyExclusive
impl Serialize for MutuallyExclusive
Auto Trait Implementations§
impl Freeze for MutuallyExclusive
impl RefUnwindSafe for MutuallyExclusive
impl Send for MutuallyExclusive
impl Sync for MutuallyExclusive
impl Unpin for MutuallyExclusive
impl UnwindSafe for MutuallyExclusive
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