[−][src]Struct async_graphql::JsonWriter
JSON Writer
Methods
impl JsonWriter
[src]
pub fn into_string(self) -> String
[src]
pub fn null(&mut self)
[src]
pub fn bool(&mut self, value: bool)
[src]
pub fn int(&mut self, value: i64)
[src]
pub fn float(&mut self, value: f64)
[src]
pub fn string(&mut self, value: &str)
[src]
pub fn begin_array(&mut self)
[src]
pub fn end_array(&mut self)
[src]
pub fn begin_array_value(&mut self)
[src]
pub fn end_array_value(&mut self)
[src]
pub fn begin_object(&mut self)
[src]
pub fn end_object(&mut self)
[src]
pub fn begin_object_key(&mut self)
[src]
pub fn end_object_key(&mut self)
[src]
pub fn begin_object_value(&mut self)
[src]
pub fn end_object_value(&mut self)
[src]
Trait Implementations
impl Default for JsonWriter
[src]
fn default() -> JsonWriter
[src]
Auto Trait Implementations
impl RefUnwindSafe for JsonWriter
impl Send for JsonWriter
impl Sync for JsonWriter
impl Unpin for JsonWriter
impl UnwindSafe for JsonWriter
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,