Struct rust_web_server::json::property::JSONProperty
source · pub struct JSONProperty {
pub property_name: String,
pub property_type: String,
}Fields§
§property_name: String§property_type: StringImplementations§
source§impl JSONProperty
impl JSONProperty
Auto Trait Implementations§
impl RefUnwindSafe for JSONProperty
impl Send for JSONProperty
impl Sync for JSONProperty
impl Unpin for JSONProperty
impl UnwindSafe for JSONProperty
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