pub struct WikiService {
pub v2: V2,
}Fields§
§v2: V2v2 API
Implementations§
Auto Trait Implementations§
impl Freeze for WikiService
impl !RefUnwindSafe for WikiService
impl Send for WikiService
impl Sync for WikiService
impl Unpin for WikiService
impl !UnwindSafe for WikiService
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