pub struct HomeView {
pub top_banners: Vec<Banner>,
pub groups: Vec<UpdatedTitleGroup>,
pub popup: Option<Popup>,
}
Fields§
§groups: Vec<UpdatedTitleGroup>
§popup: Option<Popup>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for HomeView
impl<'de> Deserialize<'de> for HomeView
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
Source§impl<'a> MessageRead<'a> for HomeView
impl<'a> MessageRead<'a> for HomeView
Source§fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result<Self>
fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result<Self>
Constructs an instance of
Self
by reading from the given bytes
via the given reader. Read moreSource§impl MessageWrite for HomeView
impl MessageWrite for HomeView
impl StructuralPartialEq for HomeView
Auto Trait Implementations§
impl Freeze for HomeView
impl RefUnwindSafe for HomeView
impl Send for HomeView
impl Sync for HomeView
impl Unpin for HomeView
impl UnwindSafe for HomeView
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