pub struct AssistantService {
pub v1: V1,
}Expand description
云文档助手服务
Fields§
§v1: V1V1版本API
Implementations§
Auto Trait Implementations§
impl Freeze for AssistantService
impl !RefUnwindSafe for AssistantService
impl Send for AssistantService
impl Sync for AssistantService
impl Unpin for AssistantService
impl !UnwindSafe for AssistantService
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