struct CollectedDimensionInfo {
value: i64,
commited: bool,
}
Expand description
Internal List of active Dimensions.
Fields§
§value: i64
Prepared value.
commited: bool
Will be set to true
if already commited.
Trait Implementations§
Source§impl Default for CollectedDimensionInfo
impl Default for CollectedDimensionInfo
Source§fn default() -> CollectedDimensionInfo
fn default() -> CollectedDimensionInfo
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CollectedDimensionInfo
impl RefUnwindSafe for CollectedDimensionInfo
impl Send for CollectedDimensionInfo
impl Sync for CollectedDimensionInfo
impl Unpin for CollectedDimensionInfo
impl UnwindSafe for CollectedDimensionInfo
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