pub struct _Hazzer(/* private fields */);
Implementations§
Source§impl _Hazzer
impl _Hazzer
Sourcepub const fn set_country(&mut self) -> &mut Self
pub const fn set_country(&mut self) -> &mut Self
Set presence of country
Sourcepub const fn clear_country(&mut self) -> &mut Self
pub const fn clear_country(&mut self) -> &mut Self
Clear presence of country
Sourcepub const fn init_country(self) -> Self
pub const fn init_country(self) -> Self
Builder method that sets the presence of country
. Useful for initializing the Hazzer.
Sourcepub const fn clear_he_ap(&mut self) -> &mut Self
pub const fn clear_he_ap(&mut self) -> &mut Self
Clear presence of he_ap
Sourcepub const fn init_he_ap(self) -> Self
pub const fn init_he_ap(self) -> Self
Builder method that sets the presence of he_ap
. Useful for initializing the Hazzer.
Trait Implementations§
impl StructuralPartialEq for _Hazzer
Auto Trait Implementations§
impl Freeze for _Hazzer
impl RefUnwindSafe for _Hazzer
impl Send for _Hazzer
impl Sync for _Hazzer
impl Unpin for _Hazzer
impl UnwindSafe for _Hazzer
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