pub enum LogoValue {
Word(Word),
String(String),
List(Vec<LogoValue>),
}Variants§
Trait Implementations§
Source§impl LogoConvertible for LogoValue
impl LogoConvertible for LogoValue
impl StructuralPartialEq for LogoValue
Auto Trait Implementations§
impl Freeze for LogoValue
impl RefUnwindSafe for LogoValue
impl Send for LogoValue
impl Sync for LogoValue
impl Unpin for LogoValue
impl UnwindSafe for LogoValue
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