pub(crate) struct AttrsHelper {
ignore_extra_doc_attributes: bool,
prefix_enum_doc_attributes: bool,
}
Fields§
§ignore_extra_doc_attributes: bool
§prefix_enum_doc_attributes: bool
Implementations§
Auto Trait Implementations§
impl Freeze for AttrsHelper
impl RefUnwindSafe for AttrsHelper
impl Send for AttrsHelper
impl Sync for AttrsHelper
impl Unpin for AttrsHelper
impl UnwindSafe for AttrsHelper
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