pub struct ContextLine {
pub on_top: bool,
pub text: String,
}Expand description
HUD line for the location / nearby panel.
Fields§
§on_top: bool§text: StringTrait Implementations§
Source§impl Clone for ContextLine
impl Clone for ContextLine
Source§fn clone(&self) -> ContextLine
fn clone(&self) -> ContextLine
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ContextLine
impl RefUnwindSafe for ContextLine
impl Send for ContextLine
impl Sync for ContextLine
impl Unpin for ContextLine
impl UnsafeUnpin for ContextLine
impl UnwindSafe for ContextLine
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