pub struct JSONProperty {
pub property_name: String,
pub property_type: String,
}
Fields§
§property_name: String
§property_type: String
Implementations§
Source§impl JSONProperty
impl JSONProperty
Auto Trait Implementations§
impl Freeze for JSONProperty
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