pub struct ObjectTypeConst;Implementations§
Trait Implementations§
Source§impl Clone for ObjectTypeConst
impl Clone for ObjectTypeConst
Source§fn clone(&self) -> ObjectTypeConst
fn clone(&self) -> ObjectTypeConst
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 ObjectTypeConst
impl Debug for ObjectTypeConst
Source§impl Default for ObjectTypeConst
impl Default for ObjectTypeConst
Source§fn default() -> ObjectTypeConst
fn default() -> ObjectTypeConst
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ObjectTypeConst
impl<'de> Deserialize<'de> for ObjectTypeConst
Source§fn deserialize<D>(deserializer: D) -> Result<ObjectTypeConst, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<ObjectTypeConst, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ObjectTypeConst
impl PartialEq for ObjectTypeConst
Source§impl Serialize for ObjectTypeConst
impl Serialize for ObjectTypeConst
impl Copy for ObjectTypeConst
impl Eq for ObjectTypeConst
impl StructuralPartialEq for ObjectTypeConst
Auto Trait Implementations§
impl Freeze for ObjectTypeConst
impl RefUnwindSafe for ObjectTypeConst
impl Send for ObjectTypeConst
impl Sync for ObjectTypeConst
impl Unpin for ObjectTypeConst
impl UnwindSafe for ObjectTypeConst
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