pub struct SingleResult { /* private fields */ }Expand description
Result value of using a SingleBuilder proving that it has been used.
This value needs to be returned to DictWriter.with_key().
You can only obtain it by using the SingleBuilder.
Auto Trait Implementations§
impl Freeze for SingleResult
impl RefUnwindSafe for SingleResult
impl Send for SingleResult
impl Sync for SingleResult
impl Unpin for SingleResult
impl UnwindSafe for SingleResult
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