pub struct JsonBoolean(/* private fields */);Implementations§
Source§impl JsonBoolean
impl JsonBoolean
pub fn produce(&self, p__446: JsonProducer)
pub fn new(content__449: bool) -> JsonBoolean
pub fn content(&self) -> bool
Trait Implementations§
Source§impl AnyValueTrait for JsonBoolean
impl AnyValueTrait for JsonBoolean
Source§impl AsAnyValue for JsonBoolean
impl AsAnyValue for JsonBoolean
fn as_any_value(&self) -> AnyValue
Source§impl Clone for JsonBoolean
impl Clone for JsonBoolean
Source§fn clone(&self) -> JsonBoolean
fn clone(&self) -> JsonBoolean
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl JsonSyntaxTreeTrait for JsonBoolean
impl JsonSyntaxTreeTrait for JsonBoolean
fn as_enum(&self) -> JsonSyntaxTreeEnum
fn clone_boxed(&self) -> JsonSyntaxTree
fn produce(&self, p__446: JsonProducer)
Auto Trait Implementations§
impl Freeze for JsonBoolean
impl RefUnwindSafe for JsonBoolean
impl Send for JsonBoolean
impl Sync for JsonBoolean
impl Unpin for JsonBoolean
impl UnwindSafe for JsonBoolean
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