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