pub struct JSONfalse;
Expand description
A JSON value representing the value false
This is a Zero-Sized type. It takes zero bytes in memory at runtime.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JSONfalse
impl RefUnwindSafe for JSONfalse
impl Send for JSONfalse
impl Sync for JSONfalse
impl Unpin for JSONfalse
impl UnwindSafe for JSONfalse
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