Struct nanoserde::SerRonState
source · pub struct SerRonState {
pub out: String,
}Expand description
The internal state of a RON serialization.
Fields
out: StringImplementations
Auto Trait Implementations
impl RefUnwindSafe for SerRonState
impl Send for SerRonState
impl Sync for SerRonState
impl Unpin for SerRonState
impl UnwindSafe for SerRonState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more