pub struct MethodCompletion {
pub name: String,
pub signature: String,
pub description: String,
pub return_type: String,
pub priority: u8,
}Fields§
§name: String§signature: String§description: String§return_type: String§priority: u8Trait Implementations§
Source§impl Clone for MethodCompletion
impl Clone for MethodCompletion
Source§fn clone(&self) -> MethodCompletion
fn clone(&self) -> MethodCompletion
Returns a duplicate of the value. Read more
1.0.0 · 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 Freeze for MethodCompletion
impl RefUnwindSafe for MethodCompletion
impl Send for MethodCompletion
impl Sync for MethodCompletion
impl Unpin for MethodCompletion
impl UnwindSafe for MethodCompletion
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