pub enum GuardStyle {
Pragma,
Ifndef,
}Variants§
Trait Implementations§
Source§impl Clone for GuardStyle
impl Clone for GuardStyle
Source§fn clone(&self) -> GuardStyle
fn clone(&self) -> GuardStyle
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 GuardStyle
impl Debug for GuardStyle
Source§impl PartialEq for GuardStyle
impl PartialEq for GuardStyle
impl Copy for GuardStyle
impl Eq for GuardStyle
impl StructuralPartialEq for GuardStyle
Auto Trait Implementations§
impl Freeze for GuardStyle
impl RefUnwindSafe for GuardStyle
impl Send for GuardStyle
impl Sync for GuardStyle
impl Unpin for GuardStyle
impl UnsafeUnpin for GuardStyle
impl UnwindSafe for GuardStyle
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