pub struct RsLookupPerson {
pub name: String,
pub ids: Option<RsIds>,
}Fields§
§name: String§ids: Option<RsIds>Trait Implementations§
Source§impl Clone for RsLookupPerson
impl Clone for RsLookupPerson
Source§fn clone(&self) -> RsLookupPerson
fn clone(&self) -> RsLookupPerson
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 RsLookupPerson
impl Debug for RsLookupPerson
Source§impl Default for RsLookupPerson
impl Default for RsLookupPerson
Source§fn default() -> RsLookupPerson
fn default() -> RsLookupPerson
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RsLookupPerson
impl<'de> Deserialize<'de> for RsLookupPerson
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
Source§impl PartialEq for RsLookupPerson
impl PartialEq for RsLookupPerson
Source§impl Serialize for RsLookupPerson
impl Serialize for RsLookupPerson
impl StructuralPartialEq for RsLookupPerson
Auto Trait Implementations§
impl Freeze for RsLookupPerson
impl RefUnwindSafe for RsLookupPerson
impl Send for RsLookupPerson
impl Sync for RsLookupPerson
impl Unpin for RsLookupPerson
impl UnwindSafe for RsLookupPerson
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