pub enum Sum0 {}
Implementations§
Trait Implementations§
Source§impl<Target> AsMut<Target> for Sum0
impl<Target> AsMut<Target> for Sum0
Source§fn as_mut(&mut self) -> &mut Target
fn as_mut(&mut self) -> &mut Target
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl<'de> Deserialize<'de> for Sum0
impl<'de> Deserialize<'de> for Sum0
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 Error for Sum0
impl Error for Sum0
Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§fn cause(&self) -> Option<&dyn Error>
fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
Source§impl Ord for Sum0
impl Ord for Sum0
Source§impl PartialOrd for Sum0
impl PartialOrd for Sum0
impl Copy for Sum0
impl Eq for Sum0
impl StructuralPartialEq for Sum0
Auto Trait Implementations§
impl Freeze for Sum0
impl RefUnwindSafe for Sum0
impl Send for Sum0
impl Sync for Sum0
impl Unpin for Sum0
impl UnwindSafe for Sum0
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