pub enum Empty {}
Trait Implementations§
source§impl CandidType for Empty
impl CandidType for Empty
source§impl<'de> Deserialize<'de> for Empty
impl<'de> Deserialize<'de> for Empty
source§fn deserialize<D>(deserializer: D) -> Result<Empty, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Empty, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for Empty
impl StructuralPartialEq for Empty
Auto Trait Implementations§
impl Freeze for Empty
impl RefUnwindSafe for Empty
impl Send for Empty
impl Sync for Empty
impl Unpin for Empty
impl UnwindSafe for Empty
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