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