Struct g_rust::extension::parsers::subparsers::SavedSearch
source · pub struct SavedSearch {
pub id: LegacyId,
pub search_code: String,
pub filter: String,
pub localization: String,
}
Fields§
§id: LegacyId
§search_code: String
§filter: String
§localization: String
Trait Implementations§
source§impl Clone for SavedSearch
impl Clone for SavedSearch
source§fn clone(&self) -> SavedSearch
fn clone(&self) -> SavedSearch
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 SavedSearch
impl Debug for SavedSearch
source§impl Default for SavedSearch
impl Default for SavedSearch
source§fn default() -> SavedSearch
fn default() -> SavedSearch
Returns the “default value” for a type. Read more
source§impl PacketVariable for SavedSearch
impl PacketVariable for SavedSearch
source§impl PartialEq<SavedSearch> for SavedSearch
impl PartialEq<SavedSearch> for SavedSearch
source§fn eq(&self, other: &SavedSearch) -> bool
fn eq(&self, other: &SavedSearch) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SavedSearch
Auto Trait Implementations§
impl RefUnwindSafe for SavedSearch
impl Send for SavedSearch
impl Sync for SavedSearch
impl Unpin for SavedSearch
impl UnwindSafe for SavedSearch
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