pub struct TopLevelContext {
pub search_code: String,
pub quick_links: Vec<SavedSearch>,
}
Fields§
§search_code: String
§quick_links: Vec<SavedSearch>
Trait Implementations§
Source§impl Clone for TopLevelContext
impl Clone for TopLevelContext
Source§fn clone(&self) -> TopLevelContext
fn clone(&self) -> TopLevelContext
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 TopLevelContext
impl Debug for TopLevelContext
Source§impl Default for TopLevelContext
impl Default for TopLevelContext
Source§fn default() -> TopLevelContext
fn default() -> TopLevelContext
Returns the “default value” for a type. Read more
Source§impl PacketVariable for TopLevelContext
impl PacketVariable for TopLevelContext
Source§impl PartialEq for TopLevelContext
impl PartialEq for TopLevelContext
impl StructuralPartialEq for TopLevelContext
Auto Trait Implementations§
impl Freeze for TopLevelContext
impl RefUnwindSafe for TopLevelContext
impl Send for TopLevelContext
impl Sync for TopLevelContext
impl Unpin for TopLevelContext
impl UnwindSafe for TopLevelContext
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