pub struct SearchNotice {
pub code: String,
pub message: String,
}Fields§
§code: String§message: StringTrait Implementations§
Source§impl Clone for SearchNotice
impl Clone for SearchNotice
Source§fn clone(&self) -> SearchNotice
fn clone(&self) -> SearchNotice
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SearchNotice
impl Debug for SearchNotice
impl Eq for SearchNotice
Source§impl PartialEq for SearchNotice
impl PartialEq for SearchNotice
impl StructuralPartialEq for SearchNotice
Auto Trait Implementations§
impl Freeze for SearchNotice
impl RefUnwindSafe for SearchNotice
impl Send for SearchNotice
impl Sync for SearchNotice
impl Unpin for SearchNotice
impl UnsafeUnpin for SearchNotice
impl UnwindSafe for SearchNotice
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