pub struct Bucket {
pub zones: Vec<String>,
pub example_message: String,
}Expand description
One unsupported bucket: the zones that hit it, plus a representative raw diagnostic message
(so the other bucket — and any bucket — can be inspected without re-running).
Fields§
§zones: Vec<String>§example_message: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for Bucket
impl RefUnwindSafe for Bucket
impl Send for Bucket
impl Sync for Bucket
impl Unpin for Bucket
impl UnsafeUnpin for Bucket
impl UnwindSafe for Bucket
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