pub enum Expandable {
Keyword(Keyword),
String(String),
}Variants§
Auto Trait Implementations§
impl Freeze for Expandable
impl RefUnwindSafe for Expandable
impl Send for Expandable
impl Sync for Expandable
impl Unpin for Expandable
impl UnsafeUnpin for Expandable
impl UnwindSafe for Expandable
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