Struct euphony_command::FinishNode
source · [−]pub struct FinishNode {
pub node: u64,
}
Fields
node: u64
Trait Implementations
sourceimpl Clone for FinishNode
impl Clone for FinishNode
sourcefn clone(&self) -> FinishNode
fn clone(&self) -> FinishNode
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Codec for FinishNode
impl Codec for FinishNode
sourceimpl Debug for FinishNode
impl Debug for FinishNode
sourceimpl Display for FinishNode
impl Display for FinishNode
sourceimpl Hash for FinishNode
impl Hash for FinishNode
sourceimpl Ord for FinishNode
impl Ord for FinishNode
sourceimpl PartialEq<FinishNode> for FinishNode
impl PartialEq<FinishNode> for FinishNode
sourcefn eq(&self, other: &FinishNode) -> bool
fn eq(&self, other: &FinishNode) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &FinishNode) -> bool
fn ne(&self, other: &FinishNode) -> bool
This method tests for !=
.
sourceimpl PartialOrd<FinishNode> for FinishNode
impl PartialOrd<FinishNode> for FinishNode
sourcefn partial_cmp(&self, other: &FinishNode) -> Option<Ordering>
fn partial_cmp(&self, other: &FinishNode) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
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 more
impl Copy for FinishNode
impl Eq for FinishNode
impl StructuralEq for FinishNode
impl StructuralPartialEq for FinishNode
Auto Trait Implementations
impl RefUnwindSafe for FinishNode
impl Send for FinishNode
impl Sync for FinishNode
impl Unpin for FinishNode
impl UnwindSafe for FinishNode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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