Struct lsp_types::lsif::Repository
source · [−]Fields
type: String
url: String
commit_id: Option<String>
Trait Implementations
sourceimpl Debug for Repository
impl Debug for Repository
sourceimpl<'de> Deserialize<'de> for Repository
impl<'de> Deserialize<'de> for Repository
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<Repository> for Repository
impl PartialEq<Repository> for Repository
sourcefn eq(&self, other: &Repository) -> bool
fn eq(&self, other: &Repository) -> bool
sourceimpl Serialize for Repository
impl Serialize for Repository
impl StructuralPartialEq for Repository
Auto Trait Implementations
impl RefUnwindSafe for Repository
impl Send for Repository
impl Sync for Repository
impl Unpin for Repository
impl UnwindSafe for Repository
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more