pub struct LocalBehaviorRegistration {
pub type_id: LocalBehaviorTypeId,
pub name: String,
}
Expand description
Describes a behavior local to a behavior module
Fields§
§type_id: LocalBehaviorTypeId
§name: String
Trait Implementations§
Source§impl Clone for LocalBehaviorRegistration
impl Clone for LocalBehaviorRegistration
Source§fn clone(&self) -> LocalBehaviorRegistration
fn clone(&self) -> LocalBehaviorRegistration
Returns a duplicate 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 LocalBehaviorRegistration
impl Debug for LocalBehaviorRegistration
Source§impl<'de> Deserialize<'de> for LocalBehaviorRegistration
impl<'de> Deserialize<'de> for LocalBehaviorRegistration
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for LocalBehaviorRegistration
impl StructuralPartialEq for LocalBehaviorRegistration
Auto Trait Implementations§
impl Freeze for LocalBehaviorRegistration
impl RefUnwindSafe for LocalBehaviorRegistration
impl Send for LocalBehaviorRegistration
impl Sync for LocalBehaviorRegistration
impl Unpin for LocalBehaviorRegistration
impl UnwindSafe for LocalBehaviorRegistration
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