pub struct GitlabTargetDetails {
pub gitlab_access_token: Option<String>,
pub gitlab_certificate: Option<String>,
pub gitlab_url: Option<String>,
}Expand description
GitlabTargetDetails : GitlabTargetDetails
Fields§
§gitlab_access_token: Option<String>§gitlab_certificate: Option<String>§gitlab_url: Option<String>Implementations§
Source§impl GitlabTargetDetails
impl GitlabTargetDetails
Sourcepub fn new() -> GitlabTargetDetails
pub fn new() -> GitlabTargetDetails
GitlabTargetDetails
Trait Implementations§
Source§impl Clone for GitlabTargetDetails
impl Clone for GitlabTargetDetails
Source§fn clone(&self) -> GitlabTargetDetails
fn clone(&self) -> GitlabTargetDetails
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GitlabTargetDetails
impl Debug for GitlabTargetDetails
Source§impl Default for GitlabTargetDetails
impl Default for GitlabTargetDetails
Source§fn default() -> GitlabTargetDetails
fn default() -> GitlabTargetDetails
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GitlabTargetDetails
impl<'de> Deserialize<'de> for GitlabTargetDetails
Source§fn 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
Source§impl PartialEq for GitlabTargetDetails
impl PartialEq for GitlabTargetDetails
Source§fn eq(&self, other: &GitlabTargetDetails) -> bool
fn eq(&self, other: &GitlabTargetDetails) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GitlabTargetDetails
impl Serialize for GitlabTargetDetails
impl StructuralPartialEq for GitlabTargetDetails
Auto Trait Implementations§
impl Freeze for GitlabTargetDetails
impl RefUnwindSafe for GitlabTargetDetails
impl Send for GitlabTargetDetails
impl Sync for GitlabTargetDetails
impl Unpin for GitlabTargetDetails
impl UnsafeUnpin for GitlabTargetDetails
impl UnwindSafe for GitlabTargetDetails
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