pub struct Funnel {
pub id: String,
pub name: String,
pub location_id: String,
pub date_added: Option<String>,
pub date_updated: Option<String>,
}Fields§
§id: String§name: String§location_id: String§date_added: Option<String>§date_updated: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Funnel
impl<'de> Deserialize<'de> for Funnel
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 Funnel
impl RefUnwindSafe for Funnel
impl Send for Funnel
impl Sync for Funnel
impl Unpin for Funnel
impl UnsafeUnpin for Funnel
impl UnwindSafe for Funnel
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