pub struct ApprovalInstanceService { /* private fields */ }Expand description
approval_instance 资源服务
Implementations§
Source§impl ApprovalInstanceService
impl ApprovalInstanceService
Sourcepub fn list(&self) -> ListInstanceRequestBuilder
pub fn list(&self) -> ListInstanceRequestBuilder
审批实例列表
Sourcepub fn cancel(&self) -> CancelInstanceRequestBuilder
pub fn cancel(&self) -> CancelInstanceRequestBuilder
取消审批实例
Sourcepub fn get(&self) -> GetInstanceRequestBuilder
pub fn get(&self) -> GetInstanceRequestBuilder
获取审批实例详情
Trait Implementations§
Source§impl Clone for ApprovalInstanceService
impl Clone for ApprovalInstanceService
Source§fn clone(&self) -> ApprovalInstanceService
fn clone(&self) -> ApprovalInstanceService
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 moreAuto Trait Implementations§
impl !RefUnwindSafe for ApprovalInstanceService
impl !UnwindSafe for ApprovalInstanceService
impl Freeze for ApprovalInstanceService
impl Send for ApprovalInstanceService
impl Sync for ApprovalInstanceService
impl Unpin for ApprovalInstanceService
impl UnsafeUnpin for ApprovalInstanceService
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