pub struct MeltedDocument { /* private fields */ }Expand description
Output from melting a binary save to plaintext
Implementations§
Trait Implementations§
Source§impl Debug for MeltedDocument
impl Debug for MeltedDocument
Source§impl Default for MeltedDocument
impl Default for MeltedDocument
Source§fn default() -> MeltedDocument
fn default() -> MeltedDocument
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MeltedDocument
impl RefUnwindSafe for MeltedDocument
impl Send for MeltedDocument
impl Sync for MeltedDocument
impl Unpin for MeltedDocument
impl UnwindSafe for MeltedDocument
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