pub struct PersonalAndOther;
Expand description
Type corresponding to
Trait Implementations§
Source§impl Debug for PersonalAndOther
impl Debug for PersonalAndOther
Source§impl<'de> Deserialize<'de> for PersonalAndOther
impl<'de> Deserialize<'de> for PersonalAndOther
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 PersonalAndOther
impl PartialEq for PersonalAndOther
impl Eq for PersonalAndOther
impl StructuralPartialEq for PersonalAndOther
Auto Trait Implementations§
impl Freeze for PersonalAndOther
impl RefUnwindSafe for PersonalAndOther
impl Send for PersonalAndOther
impl Sync for PersonalAndOther
impl Unpin for PersonalAndOther
impl UnwindSafe for PersonalAndOther
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