pub struct BannerSet {
pub banners: Vec<Banner>,
}Expand description
GET /data/api/v1/overview/banners — the banner set. The trial
banner (type: "trial") is the status cross-check: expired shows
severity:"warning" + expireTime:null; active shows
severity:"info" + expireTime epoch-milliseconds
(live-captured both shapes, both rigs — Pitfall 7).
Fields§
The banners, order-field verbatim (8.3.6 serves order: 0,
8.3.3 serves order: 5 for the trial banner — both parse).
Trait Implementations§
Source§impl<'de> Deserialize<'de> for BannerSet
impl<'de> Deserialize<'de> for BannerSet
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for BannerSet
Auto Trait Implementations§
impl Freeze for BannerSet
impl RefUnwindSafe for BannerSet
impl Send for BannerSet
impl Sync for BannerSet
impl Unpin for BannerSet
impl UnsafeUnpin for BannerSet
impl UnwindSafe for BannerSet
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