pub enum CppGuardStyle {
Pragma,
Ifndef,
}Variants§
Trait Implementations§
Source§impl Clone for CppGuardStyle
impl Clone for CppGuardStyle
Source§fn clone(&self) -> CppGuardStyle
fn clone(&self) -> CppGuardStyle
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CppGuardStyle
impl Debug for CppGuardStyle
Source§impl Default for CppGuardStyle
impl Default for CppGuardStyle
Source§fn default() -> CppGuardStyle
fn default() -> CppGuardStyle
Returns the “default value” for a type. Read more
Source§impl PartialEq for CppGuardStyle
impl PartialEq for CppGuardStyle
impl Copy for CppGuardStyle
impl Eq for CppGuardStyle
impl StructuralPartialEq for CppGuardStyle
Auto Trait Implementations§
impl Freeze for CppGuardStyle
impl RefUnwindSafe for CppGuardStyle
impl Send for CppGuardStyle
impl Sync for CppGuardStyle
impl Unpin for CppGuardStyle
impl UnsafeUnpin for CppGuardStyle
impl UnwindSafe for CppGuardStyle
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