#[repr(transparent)]pub struct SourceContext(pub Box<dyn Any + Send>);Tuple Fields§
§0: Box<dyn Any + Send>Auto Trait Implementations§
impl Freeze for SourceContext
impl !RefUnwindSafe for SourceContext
impl Send for SourceContext
impl !Sync for SourceContext
impl Unpin for SourceContext
impl !UnwindSafe for SourceContext
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