pub struct RawCell {
pub id: String,
pub source: String,
pub metadata: Value,
}
Fields§
§id: String
§source: String
§metadata: Value
Trait Implementations§
Source§impl<'de> Deserialize<'de> for RawCell
impl<'de> Deserialize<'de> for RawCell
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
impl StructuralPartialEq for RawCell
Auto Trait Implementations§
impl Freeze for RawCell
impl RefUnwindSafe for RawCell
impl Send for RawCell
impl Sync for RawCell
impl Unpin for RawCell
impl UnwindSafe for RawCell
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