pub struct SpliceNull {}
Trait Implementations§
Source§impl Clone for SpliceNull
impl Clone for SpliceNull
Source§fn clone(&self) -> SpliceNull
fn clone(&self) -> SpliceNull
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 SpliceNull
impl Debug for SpliceNull
Source§impl Default for SpliceNull
impl Default for SpliceNull
Source§fn default() -> SpliceNull
fn default() -> SpliceNull
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SpliceNullwhere
SpliceNull: Default,
impl<'de> Deserialize<'de> for SpliceNullwhere
SpliceNull: Default,
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 SpliceNull
impl PartialEq for SpliceNull
Source§impl Serialize for SpliceNull
impl Serialize for SpliceNull
impl StructuralPartialEq for SpliceNull
Auto Trait Implementations§
impl Freeze for SpliceNull
impl RefUnwindSafe for SpliceNull
impl Send for SpliceNull
impl Sync for SpliceNull
impl Unpin for SpliceNull
impl UnwindSafe for SpliceNull
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