pub struct ItemReferenceParamType;
Expand description
The type of item to reference. Always item_reference
.
Trait Implementations§
Source§impl Clone for ItemReferenceParamType
impl Clone for ItemReferenceParamType
Source§fn clone(&self) -> ItemReferenceParamType
fn clone(&self) -> ItemReferenceParamType
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 ItemReferenceParamType
impl Debug for ItemReferenceParamType
Source§impl Default for ItemReferenceParamType
impl Default for ItemReferenceParamType
Source§fn default() -> ItemReferenceParamType
fn default() -> ItemReferenceParamType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ItemReferenceParamType
impl<'de> Deserialize<'de> for ItemReferenceParamType
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 PartialEq for ItemReferenceParamType
impl PartialEq for ItemReferenceParamType
Source§fn eq(&self, other: &ItemReferenceParamType) -> bool
fn eq(&self, other: &ItemReferenceParamType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl Serialize for ItemReferenceParamType
impl Serialize for ItemReferenceParamType
impl Copy for ItemReferenceParamType
impl StructuralPartialEq for ItemReferenceParamType
Auto Trait Implementations§
impl Freeze for ItemReferenceParamType
impl RefUnwindSafe for ItemReferenceParamType
impl Send for ItemReferenceParamType
impl Sync for ItemReferenceParamType
impl Unpin for ItemReferenceParamType
impl UnwindSafe for ItemReferenceParamType
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