Struct jsona::syntax::Boolean [−][src]
pub struct Boolean {
pub value: bool,
pub annotations: Vec<Annotation>,
pub position: Position,
}Fields
value: boolannotations: Vec<Annotation>position: PositionTrait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Booleanimpl UnwindSafe for Boolean