pub struct SearchBackground { /* private fields */ }
Expand description
Searches for a background by its name
Implementations§
Trait Implementations§
Source§impl AsRef<SearchBackground> for SearchBackground
impl AsRef<SearchBackground> for SearchBackground
Source§fn as_ref(&self) -> &SearchBackground
fn as_ref(&self) -> &SearchBackground
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for SearchBackground
impl Clone for SearchBackground
Source§fn clone(&self) -> SearchBackground
fn clone(&self) -> SearchBackground
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 SearchBackground
impl Debug for SearchBackground
Source§impl Default for SearchBackground
impl Default for SearchBackground
Source§fn default() -> SearchBackground
fn default() -> SearchBackground
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SearchBackground
impl<'de> Deserialize<'de> for SearchBackground
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
Auto Trait Implementations§
impl Freeze for SearchBackground
impl RefUnwindSafe for SearchBackground
impl Send for SearchBackground
impl Sync for SearchBackground
impl Unpin for SearchBackground
impl UnwindSafe for SearchBackground
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