pub struct SectionFragment<'data> { /* private fields */ }Implementations§
Source§impl<'data> SectionFragment<'data>
impl<'data> SectionFragment<'data>
Trait Implementations§
Auto Trait Implementations§
impl<'data> Freeze for SectionFragment<'data>
impl<'data> RefUnwindSafe for SectionFragment<'data>
impl<'data> Send for SectionFragment<'data>
impl<'data> Sync for SectionFragment<'data>
impl<'data> Unpin for SectionFragment<'data>
impl<'data> UnwindSafe for SectionFragment<'data>
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