pub struct BehaviorPhase {
pub name: String,
pub description: String,
}Expand description
A phase within a behavior definition.
Fields§
§name: StringPhase name
description: StringPhase description
Trait Implementations§
Source§impl Clone for BehaviorPhase
impl Clone for BehaviorPhase
Source§fn clone(&self) -> BehaviorPhase
fn clone(&self) -> BehaviorPhase
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 moreSource§impl Debug for BehaviorPhase
impl Debug for BehaviorPhase
impl Eq for BehaviorPhase
Source§impl PartialEq for BehaviorPhase
impl PartialEq for BehaviorPhase
impl StructuralPartialEq for BehaviorPhase
Auto Trait Implementations§
impl Freeze for BehaviorPhase
impl RefUnwindSafe for BehaviorPhase
impl Send for BehaviorPhase
impl Sync for BehaviorPhase
impl Unpin for BehaviorPhase
impl UnsafeUnpin for BehaviorPhase
impl UnwindSafe for BehaviorPhase
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.