pub struct AdjustInfo {
pub events: Vec<AdjustEvent>,
pub valid_gpl_ratio: Option<bool>,
}Expand description
Adjustment info collected when get_adjust_info(_only) is set.
Fields§
§events: Vec<AdjustEvent>§valid_gpl_ratio: Option<bool>Trait Implementations§
Source§impl Clone for AdjustInfo
impl Clone for AdjustInfo
Source§fn clone(&self) -> AdjustInfo
fn clone(&self) -> AdjustInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AdjustInfo
impl Debug for AdjustInfo
Source§impl Default for AdjustInfo
impl Default for AdjustInfo
Source§fn default() -> AdjustInfo
fn default() -> AdjustInfo
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AdjustInfo
impl RefUnwindSafe for AdjustInfo
impl Send for AdjustInfo
impl Sync for AdjustInfo
impl Unpin for AdjustInfo
impl UnsafeUnpin for AdjustInfo
impl UnwindSafe for AdjustInfo
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