pub struct ExpressionsClient { /* private fields */ }
Implementations§
Source§impl ExpressionsClient
impl ExpressionsClient
pub fn new(info: Arc<ClientInfo>) -> Self
pub async fn expression_create( &self, language_address: String, content: Value, ) -> Result<String>
pub async fn expression( &self, url: String, ) -> Result<Option<ExpressionExpression>>
Auto Trait Implementations§
impl Freeze for ExpressionsClient
impl RefUnwindSafe for ExpressionsClient
impl Send for ExpressionsClient
impl Sync for ExpressionsClient
impl Unpin for ExpressionsClient
impl UnwindSafe for ExpressionsClient
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