#[repr(transparent)]pub struct SpellId(i32);Expand description
Database-polarity (i32) spell identifier matching PostgREST int4 columns.
Tuple Fields§
§0: i32Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SpellId
impl<'de> Deserialize<'de> for SpellId
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 Ord for SpellId
impl Ord for SpellId
Source§impl PartialOrd for SpellId
impl PartialOrd for SpellId
impl Copy for SpellId
impl Eq for SpellId
impl StructuralPartialEq for SpellId
Auto Trait Implementations§
impl Freeze for SpellId
impl RefUnwindSafe for SpellId
impl Send for SpellId
impl Sync for SpellId
impl Unpin for SpellId
impl UnsafeUnpin for SpellId
impl UnwindSafe for SpellId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Pointable for T
impl<T> Pointable for T
Source§impl<T> SpecConfig for T
impl<T> SpecConfig for T
§impl<T> ToCompactString for Twhere
T: Display,
impl<T> ToCompactString for Twhere
T: Display,
§fn try_to_compact_string(&self) -> Result<CompactString, ToCompactStringError>
fn try_to_compact_string(&self) -> Result<CompactString, ToCompactStringError>
Fallible version of [
ToCompactString::to_compact_string()] Read more§fn to_compact_string(&self) -> CompactString
fn to_compact_string(&self) -> CompactString
Converts the given value to a [
CompactString]. Read more