pub struct AdjustmentSignalsJson {
pub workspace_is_prod: bool,
pub burst_in_progress: bool,
pub fingerprint_repeatedly_approved: bool,
pub fingerprint_recently_denied: bool,
}Fields§
§workspace_is_prod: bool§burst_in_progress: bool§fingerprint_repeatedly_approved: bool§fingerprint_recently_denied: boolTrait Implementations§
Source§impl Debug for AdjustmentSignalsJson
impl Debug for AdjustmentSignalsJson
Auto Trait Implementations§
impl Freeze for AdjustmentSignalsJson
impl RefUnwindSafe for AdjustmentSignalsJson
impl Send for AdjustmentSignalsJson
impl Sync for AdjustmentSignalsJson
impl Unpin for AdjustmentSignalsJson
impl UnsafeUnpin for AdjustmentSignalsJson
impl UnwindSafe for AdjustmentSignalsJson
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