Struct gitlab_client::InputReleaseAssets
source · pub struct InputReleaseAssets<Links = Vec<InputReleaseLink<String>>> {
pub links: Links,
}Fields§
§links: LinksImplementations§
source§impl<Links> InputReleaseAssets<Links>
impl<Links> InputReleaseAssets<Links>
pub fn as_view<Str>(&self) -> InputReleaseAssetsView<'_, Str>where
Links: AsRef<[InputReleaseLink<Str>]>,
Trait Implementations§
source§impl<Links: Clone> Clone for InputReleaseAssets<Links>
impl<Links: Clone> Clone for InputReleaseAssets<Links>
source§fn clone(&self) -> InputReleaseAssets<Links>
fn clone(&self) -> InputReleaseAssets<Links>
Returns a copy 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<Links: Debug> Debug for InputReleaseAssets<Links>
impl<Links: Debug> Debug for InputReleaseAssets<Links>
source§impl<'de, Links> Deserialize<'de> for InputReleaseAssets<Links>where
Links: Deserialize<'de>,
impl<'de, Links> Deserialize<'de> for InputReleaseAssets<Links>where
Links: Deserialize<'de>,
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<Links: Hash> Hash for InputReleaseAssets<Links>
impl<Links: Hash> Hash for InputReleaseAssets<Links>
source§impl<Links: Ord> Ord for InputReleaseAssets<Links>
impl<Links: Ord> Ord for InputReleaseAssets<Links>
source§fn cmp(&self, other: &InputReleaseAssets<Links>) -> Ordering
fn cmp(&self, other: &InputReleaseAssets<Links>) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl<Links: PartialEq> PartialEq for InputReleaseAssets<Links>
impl<Links: PartialEq> PartialEq for InputReleaseAssets<Links>
source§fn eq(&self, other: &InputReleaseAssets<Links>) -> bool
fn eq(&self, other: &InputReleaseAssets<Links>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl<Links: PartialOrd> PartialOrd for InputReleaseAssets<Links>
impl<Links: PartialOrd> PartialOrd for InputReleaseAssets<Links>
source§fn partial_cmp(&self, other: &InputReleaseAssets<Links>) -> Option<Ordering>
fn partial_cmp(&self, other: &InputReleaseAssets<Links>) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl<Links> Serialize for InputReleaseAssets<Links>where
Links: Serialize,
impl<Links> Serialize for InputReleaseAssets<Links>where
Links: Serialize,
impl<Links: Copy> Copy for InputReleaseAssets<Links>
impl<Links: Eq> Eq for InputReleaseAssets<Links>
impl<Links> StructuralEq for InputReleaseAssets<Links>
impl<Links> StructuralPartialEq for InputReleaseAssets<Links>
Auto Trait Implementations§
impl<Links> RefUnwindSafe for InputReleaseAssets<Links>where
Links: RefUnwindSafe,
impl<Links> Send for InputReleaseAssets<Links>where
Links: Send,
impl<Links> Sync for InputReleaseAssets<Links>where
Links: Sync,
impl<Links> Unpin for InputReleaseAssets<Links>where
Links: Unpin,
impl<Links> UnwindSafe for InputReleaseAssets<Links>where
Links: UnwindSafe,
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
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.