Struct stacks_rpc_client::clarity::vm::docs::KeywordAPI
pub struct KeywordAPI {
pub name: &'static str,
pub snippet: &'static str,
pub output_type: &'static str,
pub description: &'static str,
pub example: &'static str,
pub version: ClarityVersion,
}
Fields§
§name: &'static str
§snippet: &'static str
§output_type: &'static str
§description: &'static str
§example: &'static str
§version: ClarityVersion
The version where this keyword was first introduced.
Trait Implementations§
§impl Clone for KeywordAPI
impl Clone for KeywordAPI
§fn clone(&self) -> KeywordAPI
fn clone(&self) -> KeywordAPI
Returns a copy 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 more§impl Serialize for KeywordAPI
impl Serialize for KeywordAPI
§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl RefUnwindSafe for KeywordAPI
impl Send for KeywordAPI
impl Sync for KeywordAPI
impl Unpin for KeywordAPI
impl UnwindSafe for KeywordAPI
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