pub enum ObjectTrue {
Response,
}
Expand description
The object type
Variants§
Response
Trait Implementations§
Source§impl Clone for ObjectTrue
impl Clone for ObjectTrue
Source§fn clone(&self) -> ObjectTrue
fn clone(&self) -> ObjectTrue
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ObjectTrue
impl Debug for ObjectTrue
Source§impl Default for ObjectTrue
impl Default for ObjectTrue
Source§fn default() -> ObjectTrue
fn default() -> ObjectTrue
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ObjectTrue
impl<'de> Deserialize<'de> for ObjectTrue
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
Source§impl Hash for ObjectTrue
impl Hash for ObjectTrue
Source§impl Ord for ObjectTrue
impl Ord for ObjectTrue
Source§fn cmp(&self, other: &ObjectTrue) -> Ordering
fn cmp(&self, other: &ObjectTrue) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ObjectTrue
impl PartialEq for ObjectTrue
Source§impl PartialOrd for ObjectTrue
impl PartialOrd for ObjectTrue
Source§impl Serialize for ObjectTrue
impl Serialize for ObjectTrue
impl Copy for ObjectTrue
impl Eq for ObjectTrue
impl StructuralPartialEq for ObjectTrue
Auto Trait Implementations§
impl Freeze for ObjectTrue
impl RefUnwindSafe for ObjectTrue
impl Send for ObjectTrue
impl Sync for ObjectTrue
impl Unpin for ObjectTrue
impl UnwindSafe for ObjectTrue
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