Struct scsys_actors::states::StateBase
source · #[repr(C)]pub struct StateBase<S, T> { /* private fields */ }Implementations§
Trait Implementations§
source§impl<S: Ord, T: Ord> Ord for StateBase<S, T>
impl<S: Ord, T: Ord> Ord for StateBase<S, T>
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<S: PartialEq, T: PartialEq> PartialEq for StateBase<S, T>
impl<S: PartialEq, T: PartialEq> PartialEq for StateBase<S, T>
source§impl<S: PartialOrd, T: PartialOrd> PartialOrd for StateBase<S, T>
impl<S: PartialOrd, T: PartialOrd> PartialOrd for StateBase<S, T>
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<S: Copy, T: Copy> Copy for StateBase<S, T>
impl<S: Eq, T: Eq> Eq for StateBase<S, T>
impl<S, T> StructuralPartialEq for StateBase<S, T>
Auto Trait Implementations§
impl<S, T> Freeze for StateBase<S, T>
impl<S, T> RefUnwindSafe for StateBase<S, T>where
T: RefUnwindSafe,
S: RefUnwindSafe,
impl<S, T> Send for StateBase<S, T>
impl<S, T> Sync for StateBase<S, T>
impl<S, T> Unpin for StateBase<S, T>
impl<S, T> UnwindSafe for StateBase<S, T>where
T: UnwindSafe,
S: UnwindSafe,
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