pub enum AllAnyType {
All,
Any,
}Expand description
ALL/ANY comparison type
Variants§
Trait Implementations§
Source§impl Clone for AllAnyType
impl Clone for AllAnyType
Source§fn clone(&self) -> AllAnyType
fn clone(&self) -> AllAnyType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AllAnyType
Source§impl Debug for AllAnyType
impl Debug for AllAnyType
Source§impl Display for AllAnyType
impl Display for AllAnyType
impl Eq for AllAnyType
Source§impl PartialEq for AllAnyType
impl PartialEq for AllAnyType
impl StructuralPartialEq for AllAnyType
Auto Trait Implementations§
impl Freeze for AllAnyType
impl RefUnwindSafe for AllAnyType
impl Send for AllAnyType
impl Sync for AllAnyType
impl Unpin for AllAnyType
impl UnsafeUnpin for AllAnyType
impl UnwindSafe for AllAnyType
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