pub struct UserBinome {
pub user: UserBinomeUser,
pub binomes: Vec<UserBinomeEntry>,
}Fields§
§user: UserBinomeUser§binomes: Vec<UserBinomeEntry>Trait Implementations§
Source§impl Clone for UserBinome
impl Clone for UserBinome
Source§fn clone(&self) -> UserBinome
fn clone(&self) -> UserBinome
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 UserBinome
impl Debug for UserBinome
Source§impl Default for UserBinome
impl Default for UserBinome
Source§fn default() -> UserBinome
fn default() -> UserBinome
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UserBinome
impl<'de> Deserialize<'de> for UserBinome
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 UserBinome
impl RefUnwindSafe for UserBinome
impl Send for UserBinome
impl Sync for UserBinome
impl Unpin for UserBinome
impl UnsafeUnpin for UserBinome
impl UnwindSafe for UserBinome
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