Struct intuicio_core::script::IgnoreContentProvider
source · pub struct IgnoreContentProvider;Trait Implementations§
source§impl<S> ScriptContentProvider<S> for IgnoreContentProvider
impl<S> ScriptContentProvider<S> for IgnoreContentProvider
Auto Trait Implementations§
impl RefUnwindSafe for IgnoreContentProvider
impl Send for IgnoreContentProvider
impl Sync for IgnoreContentProvider
impl Unpin for IgnoreContentProvider
impl UnwindSafe for IgnoreContentProvider
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