pub enum UnderControl {
UnderItsOwnersControl {},
UnderYourControl {},
}Variants§
Implementations§
Source§impl UnderControl
impl UnderControl
pub fn try_from_span(span: &Span<'_>) -> Option<Self>
Trait Implementations§
Source§impl Clone for UnderControl
impl Clone for UnderControl
Source§fn clone(&self) -> UnderControl
fn clone(&self) -> UnderControl
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UnderControl
impl Debug for UnderControl
Source§impl<'de> Deserialize<'de> for UnderControl
impl<'de> Deserialize<'de> for UnderControl
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 Hash for UnderControl
impl Hash for UnderControl
Source§impl Idris for UnderControl
impl Idris for UnderControl
Source§impl Ord for UnderControl
impl Ord for UnderControl
Source§fn cmp(&self, other: &UnderControl) -> Ordering
fn cmp(&self, other: &UnderControl) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for UnderControl
impl PartialEq for UnderControl
Source§impl PartialOrd for UnderControl
impl PartialOrd for UnderControl
Source§impl Serialize for UnderControl
impl Serialize for UnderControl
impl Copy for UnderControl
impl Eq for UnderControl
impl StructuralPartialEq for UnderControl
Auto Trait Implementations§
impl Freeze for UnderControl
impl RefUnwindSafe for UnderControl
impl Send for UnderControl
impl Sync for UnderControl
impl Unpin for UnderControl
impl UnwindSafe for UnderControl
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