pub struct CompiledSkillHandlerStub {
pub id: String,
pub target: String,
pub signature: String,
pub source: String,
}Expand description
Reviewable generated handler placeholder for a target runtime.
Fields§
§id: String§target: String§signature: String§source: StringTrait Implementations§
Source§impl Clone for CompiledSkillHandlerStub
impl Clone for CompiledSkillHandlerStub
Source§fn clone(&self) -> CompiledSkillHandlerStub
fn clone(&self) -> CompiledSkillHandlerStub
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 CompiledSkillHandlerStub
impl Debug for CompiledSkillHandlerStub
impl Eq for CompiledSkillHandlerStub
Source§impl PartialEq for CompiledSkillHandlerStub
impl PartialEq for CompiledSkillHandlerStub
impl StructuralPartialEq for CompiledSkillHandlerStub
Auto Trait Implementations§
impl Freeze for CompiledSkillHandlerStub
impl RefUnwindSafe for CompiledSkillHandlerStub
impl Send for CompiledSkillHandlerStub
impl Sync for CompiledSkillHandlerStub
impl Unpin for CompiledSkillHandlerStub
impl UnsafeUnpin for CompiledSkillHandlerStub
impl UnwindSafe for CompiledSkillHandlerStub
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.