Struct CXCompletionResult
struct CXCompletionResult { ... }
Fields
CursorKind: CXCursorKindCompletionString: CXCompletionString
Implementations
impl Clone for CXCompletionResult
fn clone(self: &Self) -> CXCompletionResult
impl Copy for CXCompletionResult
impl Debug for CXCompletionResult
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Default for CXCompletionResult
fn default() -> CXCompletionResult
impl Freeze for CXCompletionResult
impl RefUnwindSafe for CXCompletionResult
impl Send for CXCompletionResult
impl Sync for CXCompletionResult
impl Unpin for CXCompletionResult
impl UnsafeUnpin for CXCompletionResult
impl UnwindSafe for CXCompletionResult
impl<T> Any for CXCompletionResult
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for CXCompletionResult
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for CXCompletionResult
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for CXCompletionResult
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for CXCompletionResult
fn from(t: T) -> TReturns the argument unchanged.
impl<T> ToOwned for CXCompletionResult
fn to_owned(self: &Self) -> Tfn clone_into(self: &Self, target: &mut T)
impl<T, U> Into for CXCompletionResult
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for CXCompletionResult
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for CXCompletionResult
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>