pub struct DynamicExtension { /* private fields */ }
Implementations§
Source§impl DynamicExtension
impl DynamicExtension
pub fn call<'a>(&'a self, name: &str) -> Option<DynamicExtensionCall<'a>>
Auto Trait Implementations§
impl Freeze for DynamicExtension
impl RefUnwindSafe for DynamicExtension
impl Send for DynamicExtension
impl Sync for DynamicExtension
impl Unpin for DynamicExtension
impl UnwindSafe for DynamicExtension
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