pub struct ExternalData { /* private fields */ }Expand description
A struct to hold external data that can be used during deserialization.
Implementations§
Trait Implementations§
Source§impl Debug for ExternalData
impl Debug for ExternalData
Auto Trait Implementations§
impl !RefUnwindSafe for ExternalData
impl !Send for ExternalData
impl !Sync for ExternalData
impl !UnwindSafe for ExternalData
impl Freeze for ExternalData
impl Unpin for ExternalData
impl UnsafeUnpin for ExternalData
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