pub struct Client { /* private fields */ }

Implementations

获取企业内部应用的access_token https://open.dingtalk.com/document/orgapp-server/obtain-orgapp-token

Trait Implementations

Formats the value using the given formatter. Read more

获取部门列表 https://open.dingtalk.com/document/orgapp-server/obtain-the-department-list-v2 Read more

创建用户 https://open.dingtalk.com/document/orgapp-server/user-information-creation Read more

根据手机号查询用户, 根据手机号可以查询在职员工的userId。如果员工离职,无法根据手机号获取用户的userId https://open.dingtalk.com/document/orgapp-server/query-users-by-phone-number Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more