pub struct DropEndOfReader;Expand description
Struct used to be able to deserialize a StructuredBlobData
without knowing the concrete type of Action
warning: this will drop the end of the reader, thus, you can’t
deserialize a structure that contains a StructuredBlobData<DropEndOfReader>
Unless this struct is at the end of your data structure.
It’s not meant to be used outside the sdk internal logic.
Auto Trait Implementations§
impl Freeze for DropEndOfReader
impl RefUnwindSafe for DropEndOfReader
impl Send for DropEndOfReader
impl Sync for DropEndOfReader
impl Unpin for DropEndOfReader
impl UnsafeUnpin for DropEndOfReader
impl UnwindSafe for DropEndOfReader
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