pub struct TableCell<'t> {
pub header: bool,
pub column_span: NonZeroU32,
pub align: Option<Alignment>,
pub attributes: AttributeMap<'t>,
pub elements: Vec<Element<'t>>,
}
Fields§
§header: bool
§column_span: NonZeroU32
§align: Option<Alignment>
§attributes: AttributeMap<'t>
§elements: Vec<Element<'t>>
Implementations§
Trait Implementations§
source§impl<'de, 't> Deserialize<'de> for TableCell<'t>
impl<'de, 't> Deserialize<'de> for TableCell<'t>
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
source§impl<'t> PartialEq for TableCell<'t>
impl<'t> PartialEq for TableCell<'t>
impl<'t> Eq for TableCell<'t>
impl<'t> StructuralEq for TableCell<'t>
impl<'t> StructuralPartialEq for TableCell<'t>
Auto Trait Implementations§
impl<'t> RefUnwindSafe for TableCell<'t>
impl<'t> Send for TableCell<'t>
impl<'t> Sync for TableCell<'t>
impl<'t> Unpin for TableCell<'t>
impl<'t> UnwindSafe for TableCell<'t>
Blanket Implementations§
§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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
§impl<F, W, T, D> Deserialize<With<T, W>, D> for Fwhere
W: DeserializeWith<F, T, D>,
D: Fallible + ?Sized,
F: ?Sized,
impl<F, W, T, D> Deserialize<With<T, W>, D> for Fwhere W: DeserializeWith<F, T, D>, D: Fallible + ?Sized, F: ?Sized,
§fn deserialize(
&self,
deserializer: &mut D
) -> Result<With<T, W>, <D as Fallible>::Error>
fn deserialize( &self, deserializer: &mut D ) -> Result<With<T, W>, <D as Fallible>::Error>
Deserializes using the given deserializer
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more