Enum ppppp_msg::TangleType
source · pub enum TangleType {
Feed,
Account,
Weave,
}
Variants§
Trait Implementations§
source§impl Clone for TangleType
impl Clone for TangleType
source§fn clone(&self) -> TangleType
fn clone(&self) -> TangleType
Returns a copy 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 TangleType
impl Debug for TangleType
source§impl Hash for TangleType
impl Hash for TangleType
source§impl Ord for TangleType
impl Ord for TangleType
source§fn cmp(&self, other: &TangleType) -> Ordering
fn cmp(&self, other: &TangleType) -> 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<TangleType> for TangleType
impl PartialEq<TangleType> for TangleType
source§fn eq(&self, other: &TangleType) -> bool
fn eq(&self, other: &TangleType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<TangleType> for TangleType
impl PartialOrd<TangleType> for TangleType
source§fn partial_cmp(&self, other: &TangleType) -> Option<Ordering>
fn partial_cmp(&self, other: &TangleType) -> Option<Ordering>
1.0.0 · source§fn 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 Copy for TangleType
impl Eq for TangleType
impl StructuralEq for TangleType
impl StructuralPartialEq for TangleType
Auto Trait Implementations§
impl RefUnwindSafe for TangleType
impl Send for TangleType
impl Sync for TangleType
impl Unpin for TangleType
impl UnwindSafe for TangleType
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