pub struct AtLeastOne {
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 AtLeastOne
impl Debug for AtLeastOne
Source§impl Display for AtLeastOne
impl Display for AtLeastOne
Source§impl Error for AtLeastOne
impl Error for AtLeastOne
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 AtLeastOne
impl Serialize for AtLeastOne
Auto Trait Implementations§
impl Freeze for AtLeastOne
impl RefUnwindSafe for AtLeastOne
impl Send for AtLeastOne
impl Sync for AtLeastOne
impl Unpin for AtLeastOne
impl UnwindSafe for AtLeastOne
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