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 Freeze for ExternalData
impl !RefUnwindSafe for ExternalData
impl !Send for ExternalData
impl !Sync for ExternalData
impl Unpin for ExternalData
impl !UnwindSafe 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