pub struct ReleaseNoteUpdateInput {
pub release_ids: MaybeUndefined<Vec<String>>,
}Expand description
ALPHA Input for updating a release note.
Fields§
§release_ids: MaybeUndefined<Vec<String>>The releases included in this note.
Trait Implementations§
Source§impl Clone for ReleaseNoteUpdateInput
impl Clone for ReleaseNoteUpdateInput
Source§fn clone(&self) -> ReleaseNoteUpdateInput
fn clone(&self) -> ReleaseNoteUpdateInput
Returns a duplicate of the value. Read more
1.0.0 · 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 ReleaseNoteUpdateInput
impl Debug for ReleaseNoteUpdateInput
Source§impl Default for ReleaseNoteUpdateInput
impl Default for ReleaseNoteUpdateInput
Source§fn default() -> ReleaseNoteUpdateInput
fn default() -> ReleaseNoteUpdateInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ReleaseNoteUpdateInput
impl<'de> Deserialize<'de> for ReleaseNoteUpdateInput
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
Auto Trait Implementations§
impl Freeze for ReleaseNoteUpdateInput
impl RefUnwindSafe for ReleaseNoteUpdateInput
impl Send for ReleaseNoteUpdateInput
impl Sync for ReleaseNoteUpdateInput
impl Unpin for ReleaseNoteUpdateInput
impl UnsafeUnpin for ReleaseNoteUpdateInput
impl UnwindSafe for ReleaseNoteUpdateInput
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