pub struct SearchReply {
pub results: Vec<NumberParts>,
}Fields§
§results: Vec<NumberParts>Trait Implementations§
Source§impl Clone for SearchReply
impl Clone for SearchReply
Source§fn clone(&self) -> SearchReply
fn clone(&self) -> SearchReply
Returns a duplicate 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 SearchReply
impl Debug for SearchReply
Source§impl Display for SearchReply
impl Display for SearchReply
Source§impl Serialize for SearchReply
impl Serialize for SearchReply
Auto Trait Implementations§
impl Freeze for SearchReply
impl RefUnwindSafe for SearchReply
impl Send for SearchReply
impl Sync for SearchReply
impl Unpin for SearchReply
impl UnsafeUnpin for SearchReply
impl UnwindSafe for SearchReply
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