Struct SEARCH_TERM_EXPANSION
#[repr(transparent)]pub struct SEARCH_TERM_EXPANSION(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for SEARCH_TERM_EXPANSION
impl Clone for SEARCH_TERM_EXPANSION
§fn clone(&self) -> SEARCH_TERM_EXPANSION
fn clone(&self) -> SEARCH_TERM_EXPANSION
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 more§impl Debug for SEARCH_TERM_EXPANSION
impl Debug for SEARCH_TERM_EXPANSION
§impl Default for SEARCH_TERM_EXPANSION
impl Default for SEARCH_TERM_EXPANSION
§fn default() -> SEARCH_TERM_EXPANSION
fn default() -> SEARCH_TERM_EXPANSION
Returns the “default value” for a type. Read more
§impl PartialEq for SEARCH_TERM_EXPANSION
impl PartialEq for SEARCH_TERM_EXPANSION
impl Copy for SEARCH_TERM_EXPANSION
impl Eq for SEARCH_TERM_EXPANSION
impl StructuralPartialEq for SEARCH_TERM_EXPANSION
Auto Trait Implementations§
impl Freeze for SEARCH_TERM_EXPANSION
impl RefUnwindSafe for SEARCH_TERM_EXPANSION
impl Send for SEARCH_TERM_EXPANSION
impl Sync for SEARCH_TERM_EXPANSION
impl Unpin for SEARCH_TERM_EXPANSION
impl UnwindSafe for SEARCH_TERM_EXPANSION
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