pub struct OneToMany<'billionaire> {
pub table: &'billionaire str,
pub table_field: &'billionaire str,
}
Fields§
§table: &'billionaire str
§table_field: &'billionaire str
Trait Implementations§
Source§impl<'de: 'billionaire, 'billionaire> Deserialize<'de> for OneToMany<'billionaire>
impl<'de: 'billionaire, 'billionaire> Deserialize<'de> for OneToMany<'billionaire>
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<'billionaire> Freeze for OneToMany<'billionaire>
impl<'billionaire> RefUnwindSafe for OneToMany<'billionaire>
impl<'billionaire> Send for OneToMany<'billionaire>
impl<'billionaire> Sync for OneToMany<'billionaire>
impl<'billionaire> Unpin for OneToMany<'billionaire>
impl<'billionaire> UnwindSafe for OneToMany<'billionaire>
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