Enum geo_aid::script::unroll::AssociatedData
source · pub enum AssociatedData {
Bool(MaybeUnset<bool>),
Style(MaybeUnset<Style>),
LineType(MaybeUnset<LineType>),
}
Variants§
Implementations§
source§impl AssociatedData
impl AssociatedData
pub fn as_bool(&self) -> Option<MaybeUnset<bool>>
pub fn as_style(&self) -> Option<MaybeUnset<Style>>
pub fn as_line_type(&self) -> Option<MaybeUnset<LineType>>
Trait Implementations§
source§impl Debug for AssociatedData
impl Debug for AssociatedData
source§impl From<MaybeUnset<LineType>> for AssociatedData
impl From<MaybeUnset<LineType>> for AssociatedData
source§fn from(value: MaybeUnset<LineType>) -> Self
fn from(value: MaybeUnset<LineType>) -> Self
Converts to this type from the input type.
source§impl From<MaybeUnset<Style>> for AssociatedData
impl From<MaybeUnset<Style>> for AssociatedData
source§fn from(value: MaybeUnset<Style>) -> Self
fn from(value: MaybeUnset<Style>) -> Self
Converts to this type from the input type.
source§impl From<MaybeUnset<bool>> for AssociatedData
impl From<MaybeUnset<bool>> for AssociatedData
source§fn from(value: MaybeUnset<bool>) -> Self
fn from(value: MaybeUnset<bool>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for AssociatedData
impl Send for AssociatedData
impl Sync for AssociatedData
impl Unpin for AssociatedData
impl UnwindSafe for AssociatedData
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
source§impl<T> Convert for T
impl<T> Convert for T
source§fn convert<U>(self, context: &CompileContext) -> Expr<U>where
U: ConvertFrom<T>,
fn convert<U>(self, context: &CompileContext) -> Expr<U>where
U: ConvertFrom<T>,
Errors Read more
source§fn can_convert<U>(&self) -> boolwhere
U: ConvertFrom<T>,
fn can_convert<U>(&self) -> boolwhere
U: ConvertFrom<T>,
Errors Read more