pub struct UpdateGitlabTargetOutput {
pub target_id: Option<i64>,
}Fields§
§target_id: Option<i64>Implementations§
Source§impl UpdateGitlabTargetOutput
impl UpdateGitlabTargetOutput
pub fn new() -> UpdateGitlabTargetOutput
Trait Implementations§
Source§impl Clone for UpdateGitlabTargetOutput
impl Clone for UpdateGitlabTargetOutput
Source§fn clone(&self) -> UpdateGitlabTargetOutput
fn clone(&self) -> UpdateGitlabTargetOutput
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 UpdateGitlabTargetOutput
impl Debug for UpdateGitlabTargetOutput
Source§impl Default for UpdateGitlabTargetOutput
impl Default for UpdateGitlabTargetOutput
Source§fn default() -> UpdateGitlabTargetOutput
fn default() -> UpdateGitlabTargetOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateGitlabTargetOutput
impl<'de> Deserialize<'de> for UpdateGitlabTargetOutput
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 UpdateGitlabTargetOutput
impl PartialEq for UpdateGitlabTargetOutput
Source§fn eq(&self, other: &UpdateGitlabTargetOutput) -> bool
fn eq(&self, other: &UpdateGitlabTargetOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for UpdateGitlabTargetOutput
impl Serialize for UpdateGitlabTargetOutput
impl StructuralPartialEq for UpdateGitlabTargetOutput
Auto Trait Implementations§
impl Freeze for UpdateGitlabTargetOutput
impl RefUnwindSafe for UpdateGitlabTargetOutput
impl Send for UpdateGitlabTargetOutput
impl Sync for UpdateGitlabTargetOutput
impl Unpin for UpdateGitlabTargetOutput
impl UnsafeUnpin for UpdateGitlabTargetOutput
impl UnwindSafe for UpdateGitlabTargetOutput
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