pub struct Fragment<D: Dialect> {
pub ident: FragmentIdent<D>,
pub m: u8,
pub n: u8,
pub k: u8,
pub elem: Elem<D>,
pub layout: Option<FragmentLayout<D>>,
}
Fields§
§ident: FragmentIdent<D>
§m: u8
§n: u8
§k: u8
§elem: Elem<D>
§layout: Option<FragmentLayout<D>>
Trait Implementations§
impl<D: Copy + Dialect> Copy for Fragment<D>
impl<D: Eq + Dialect> Eq for Fragment<D>
impl<D: Dialect> StructuralPartialEq for Fragment<D>
Auto Trait Implementations§
impl<D> Freeze for Fragment<D>
impl<D> RefUnwindSafe for Fragment<D>where
D: RefUnwindSafe,
impl<D> Send for Fragment<D>
impl<D> Sync for Fragment<D>
impl<D> Unpin for Fragment<D>where
D: Unpin,
impl<D> UnwindSafe for Fragment<D>where
D: UnwindSafe,
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