pub struct HandleSerdeContextProvider;Expand description
Register this context with AssetDaemon to add serde support for Handle.
Trait Implementations§
Source§impl ImporterContext for HandleSerdeContextProvider
impl ImporterContext for HandleSerdeContextProvider
fn handle(&self) -> Box<dyn ImporterContextHandle>
Auto Trait Implementations§
impl Freeze for HandleSerdeContextProvider
impl RefUnwindSafe for HandleSerdeContextProvider
impl Send for HandleSerdeContextProvider
impl Sync for HandleSerdeContextProvider
impl Unpin for HandleSerdeContextProvider
impl UnsafeUnpin for HandleSerdeContextProvider
impl UnwindSafe for HandleSerdeContextProvider
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