pub struct DecoratorContext {
pub child: BoxNode,
}Fields§
§child: BoxNodeImplementations§
Auto Trait Implementations§
impl Freeze for DecoratorContext
impl !RefUnwindSafe for DecoratorContext
impl !Send for DecoratorContext
impl !Sync for DecoratorContext
impl Unpin for DecoratorContext
impl UnsafeUnpin for DecoratorContext
impl !UnwindSafe for DecoratorContext
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