pub struct ExposureDecision {
pub http_status: u16,
pub visibility: Visibility,
pub default_hints: Vec<&'static str>,
pub retryable: bool,
}Fields§
§http_status: u16§visibility: Visibility§default_hints: Vec<&'static str>§retryable: boolTrait Implementations§
Source§impl Clone for ExposureDecision
impl Clone for ExposureDecision
Source§fn clone(&self) -> ExposureDecision
fn clone(&self) -> ExposureDecision
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ExposureDecision
impl Debug for ExposureDecision
Source§impl PartialEq for ExposureDecision
impl PartialEq for ExposureDecision
impl Eq for ExposureDecision
impl StructuralPartialEq for ExposureDecision
Auto Trait Implementations§
impl Freeze for ExposureDecision
impl RefUnwindSafe for ExposureDecision
impl Send for ExposureDecision
impl Sync for ExposureDecision
impl Unpin for ExposureDecision
impl UnsafeUnpin for ExposureDecision
impl UnwindSafe for ExposureDecision
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