Enum task_hookrs::uda::UDAValue
source · Expand description
A UDA can have different value types.
Variants
Trait Implementations
sourceimpl<'de> Deserialize<'de> for UDAValue
impl<'de> Deserialize<'de> for UDAValue
sourcefn deserialize<D>(deserializer: D) -> RResult<UDAValue, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> RResult<UDAValue, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialOrd<UDAValue> for UDAValue
impl PartialOrd<UDAValue> for UDAValue
sourcefn partial_cmp(&self, other: &UDAValue) -> Option<Ordering>
fn partial_cmp(&self, other: &UDAValue) -> Option<Ordering>
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl StructuralPartialEq for UDAValue
Auto Trait Implementations
impl RefUnwindSafe for UDAValue
impl Send for UDAValue
impl Sync for UDAValue
impl Unpin for UDAValue
impl UnwindSafe for UDAValue
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more