pub struct ReferencesResult {
pub id: RequestId,
pub locations: Vec<GitlabElement>,
}
Fields§
§id: RequestId
§locations: Vec<GitlabElement>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReferencesResult
impl RefUnwindSafe for ReferencesResult
impl Send for ReferencesResult
impl Sync for ReferencesResult
impl Unpin for ReferencesResult
impl UnwindSafe for ReferencesResult
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