Struct g_rust::extension::parsers::subparsers::TopLevelContext
source · 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 copy 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<TopLevelContext> for TopLevelContext
impl PartialEq<TopLevelContext> for TopLevelContext
source§fn eq(&self, other: &TopLevelContext) -> bool
fn eq(&self, other: &TopLevelContext) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for TopLevelContext
Auto Trait Implementations§
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