pub struct SerRonState {
pub out: String,
}
Fields§
§out: String
Implementations§
Auto Trait Implementations§
impl Freeze for SerRonState
impl RefUnwindSafe for SerRonState
impl Send for SerRonState
impl Sync for SerRonState
impl Unpin for SerRonState
impl UnwindSafe for SerRonState
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