pub struct GitlabElement {
pub key: String,
pub content: Option<String>,
pub uri: String,
pub range: Range,
}
Fields§
§key: String
§content: Option<String>
§uri: String
§range: Range
Trait Implementations§
Source§impl Debug for GitlabElement
impl Debug for GitlabElement
Source§impl Default for GitlabElement
impl Default for GitlabElement
Source§fn default() -> GitlabElement
fn default() -> GitlabElement
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GitlabElement
impl RefUnwindSafe for GitlabElement
impl Send for GitlabElement
impl Sync for GitlabElement
impl Unpin for GitlabElement
impl UnwindSafe for GitlabElement
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