pub struct DataLabel {
pub table_name: String,
pub record_id: String,
pub label: String,
pub tagged_by: Option<String>,
pub tagged_at: i64,
}Fields§
§table_name: String§record_id: String§label: String§tagged_by: Option<String>§tagged_at: i64Trait Implementations§
Source§impl<'de> Deserialize<'de> for DataLabel
impl<'de> Deserialize<'de> for DataLabel
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 DataLabel
impl RefUnwindSafe for DataLabel
impl Send for DataLabel
impl Sync for DataLabel
impl Unpin for DataLabel
impl UnsafeUnpin for DataLabel
impl UnwindSafe for DataLabel
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