Struct rust_web_server::json::object::JSON
source · pub struct JSON;
Implementations§
source§impl JSON
impl JSON
pub fn parse_as_properties( json_string: String ) -> Result<Vec<(JSONProperty, JSONValue)>, String>
pub fn to_json_string(key_value_list: Vec<(JSONProperty, JSONValue)>) -> String
Auto Trait Implementations§
impl RefUnwindSafe for JSON
impl Send for JSON
impl Sync for JSON
impl Unpin for JSON
impl UnwindSafe for JSON
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