Struct cbor_data::SingleResult
source · [−]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 RefUnwindSafe for SingleResult
impl Send for SingleResult
impl Sync for SingleResult
impl Unpin for SingleResult
impl UnwindSafe for SingleResult
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