pub struct Withheld {
pub path: String,
pub reason: String,
}Expand description
One destination a landing withholds, with why.
Fields§
§path: StringThe destination that stays out.
reason: StringThe reason, stated once per destination so a machine reader needs no join.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Withheld
impl RefUnwindSafe for Withheld
impl Send for Withheld
impl Sync for Withheld
impl Unpin for Withheld
impl UnsafeUnpin for Withheld
impl UnwindSafe for Withheld
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