Struct clarity_repl::clarity::vm::docs::KeywordAPI
source · 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: ClarityVersionThe version where this keyword was first introduced.
Trait Implementations§
source§impl Clone for KeywordAPI
impl Clone for KeywordAPI
source§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 moresource§impl Serialize for KeywordAPI
impl Serialize for KeywordAPI
source§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