pub(crate) struct AttrsHelper {
ignore_extra_doc_attributes: bool,
prefix_enum_doc_attributes: bool,
}Fields§
§ignore_extra_doc_attributes: bool§prefix_enum_doc_attributes: boolImplementations§
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