pub struct ReadThroughPromotionFact {
pub tier: ReadThroughLookupTier,
pub ok: bool,
pub error: Option<StorageError>,
}Expand description
ReadThroughPromotionFact data container.
Fields§
§tier: ReadThroughLookupTiertier field for tier.
ok: boolok field for ok.
error: Option<StorageError>error field for error.
Trait Implementations§
Source§impl Clone for ReadThroughPromotionFact
impl Clone for ReadThroughPromotionFact
Source§fn clone(&self) -> ReadThroughPromotionFact
fn clone(&self) -> ReadThroughPromotionFact
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 ReadThroughPromotionFact
impl Debug for ReadThroughPromotionFact
Source§impl PartialEq for ReadThroughPromotionFact
impl PartialEq for ReadThroughPromotionFact
impl StructuralPartialEq for ReadThroughPromotionFact
Auto Trait Implementations§
impl Freeze for ReadThroughPromotionFact
impl RefUnwindSafe for ReadThroughPromotionFact
impl Send for ReadThroughPromotionFact
impl Sync for ReadThroughPromotionFact
impl Unpin for ReadThroughPromotionFact
impl UnsafeUnpin for ReadThroughPromotionFact
impl UnwindSafe for ReadThroughPromotionFact
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