Struct wild_doc_client_lib::WildDocResult
source · pub struct WildDocResult { /* private fields */ }Implementations§
source§impl WildDocResult
impl WildDocResult
Auto Trait Implementations§
impl RefUnwindSafe for WildDocResult
impl Send for WildDocResult
impl Sync for WildDocResult
impl Unpin for WildDocResult
impl UnwindSafe for WildDocResult
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