pub struct FAQEntry { /* private fields */ }Expand description
FAQ entry primitive.
Implementations§
Trait Implementations§
impl Eq for FAQEntry
impl StructuralPartialEq for FAQEntry
Auto Trait Implementations§
impl Freeze for FAQEntry
impl RefUnwindSafe for FAQEntry
impl Send for FAQEntry
impl Sync for FAQEntry
impl Unpin for FAQEntry
impl UnsafeUnpin for FAQEntry
impl UnwindSafe for FAQEntry
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