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