pub struct RespinseFormat { /* private fields */ }Implementations§
Source§impl RespinseFormat
impl RespinseFormat
pub fn text() -> Self
pub fn json_object() -> Self
Trait Implementations§
Source§impl Clone for RespinseFormat
impl Clone for RespinseFormat
Source§fn clone(&self) -> RespinseFormat
fn clone(&self) -> RespinseFormat
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 Debug for RespinseFormat
impl Debug for RespinseFormat
Source§impl<'de> Deserialize<'de> for RespinseFormat
impl<'de> Deserialize<'de> for RespinseFormat
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for RespinseFormat
impl RefUnwindSafe for RespinseFormat
impl Send for RespinseFormat
impl Sync for RespinseFormat
impl Unpin for RespinseFormat
impl UnwindSafe for RespinseFormat
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