pub struct DefaultElement;
Implementations§
Source§impl DefaultElement
impl DefaultElement
pub fn is_excluded(this: &(impl Element + ?Sized)) -> bool
pub fn is_ignored(this: &(impl Element + ?Sized)) -> bool
pub fn is_system<'tu>(this: &impl EntityElement<'tu>) -> bool
pub fn is_public<'tu>(this: &impl EntityElement<'tu>) -> bool
pub fn usr<'tu>(this: &impl EntityElement<'tu>) -> Cow<'_, str>
pub fn cpp_namespace<'tu>(this: &impl EntityElement<'tu>) -> String
pub fn cpp_decl_name_with_namespace<'t>( this: &'t (impl Element + ?Sized), decl_name: &str, ) -> Cow<'t, str>
pub fn cpp_name<'tu>( this: &(impl EntityElement<'tu> + Element + ?Sized), style: CppNameStyle, ) -> Cow<'_, str>
Auto Trait Implementations§
impl Freeze for DefaultElement
impl RefUnwindSafe for DefaultElement
impl Send for DefaultElement
impl Sync for DefaultElement
impl Unpin for DefaultElement
impl UnwindSafe for DefaultElement
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