Struct gluon_completion::Suggestion
source · pub struct Suggestion {
pub name: String,
pub typ: Either<ArcKind, ArcType>,
}
Fields§
§name: String
§typ: Either<ArcKind, ArcType>
Trait Implementations§
source§impl Debug for Suggestion
impl Debug for Suggestion
source§impl PartialEq for Suggestion
impl PartialEq for Suggestion
source§fn eq(&self, other: &Suggestion) -> bool
fn eq(&self, other: &Suggestion) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for Suggestion
Auto Trait Implementations§
impl RefUnwindSafe for Suggestion
impl Send for Suggestion
impl Sync for Suggestion
impl Unpin for Suggestion
impl UnwindSafe for Suggestion
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