pub enum CppNameStyle {
Declaration,
Reference,
}
Variants§
Implementations§
Source§impl CppNameStyle
impl CppNameStyle
pub fn is_declaration(&self) -> bool
pub fn is_reference(&self) -> bool
Trait Implementations§
Source§impl Clone for CppNameStyle
impl Clone for CppNameStyle
Source§fn clone(&self) -> CppNameStyle
fn clone(&self) -> CppNameStyle
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CppNameStyle
impl Debug for CppNameStyle
impl Copy for CppNameStyle
Auto Trait Implementations§
impl Freeze for CppNameStyle
impl RefUnwindSafe for CppNameStyle
impl Send for CppNameStyle
impl Sync for CppNameStyle
impl Unpin for CppNameStyle
impl UnwindSafe for CppNameStyle
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