pub struct HoveronFlags(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Default for HoveronFlags
impl Default for HoveronFlags
Source§fn default() -> HoveronFlags
fn default() -> HoveronFlags
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HoveronFlags
impl RefUnwindSafe for HoveronFlags
impl Send for HoveronFlags
impl Sync for HoveronFlags
impl Unpin for HoveronFlags
impl UnwindSafe for HoveronFlags
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