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