pub struct OverlayAst {
pub conditions: Vec<OverlayCondAst>,
pub text: String,
}Expand description
Conditional overlay text applied to a room.
Fields§
§conditions: Vec<OverlayCondAst>§text: StringTrait Implementations§
Source§impl Clone for OverlayAst
impl Clone for OverlayAst
Source§fn clone(&self) -> OverlayAst
fn clone(&self) -> OverlayAst
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 OverlayAst
impl Debug for OverlayAst
Source§impl PartialEq for OverlayAst
impl PartialEq for OverlayAst
impl StructuralPartialEq for OverlayAst
Auto Trait Implementations§
impl Freeze for OverlayAst
impl RefUnwindSafe for OverlayAst
impl Send for OverlayAst
impl Sync for OverlayAst
impl Unpin for OverlayAst
impl UnwindSafe for OverlayAst
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