pub struct Ternary;
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Ternary
impl<'de> Deserialize<'de> for Ternary
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 Ternary
impl Ord for Ternary
Source§impl PartialOrd for Ternary
impl PartialOrd for Ternary
impl Copy for Ternary
impl Eq for Ternary
impl StructuralPartialEq for Ternary
Auto Trait Implementations§
impl Freeze for Ternary
impl RefUnwindSafe for Ternary
impl Send for Ternary
impl Sync for Ternary
impl Unpin for Ternary
impl UnwindSafe for Ternary
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