Struct rschema_core::Property
source · [−]pub struct Property {
pub title: Option<String>,
pub description: Option<String>,
pub comment: Option<String>,
pub deprecated: Option<bool>,
pub ty: Type,
}Expand description
One of the properties of an object type property.
Fields
title: Option<String>description: Option<String>comment: Option<String>deprecated: Option<bool>ty: TypeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Property
impl Send for Property
impl Sync for Property
impl Unpin for Property
impl UnwindSafe for Property
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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