pub struct GetFileComponentSetsMeta {
pub component_sets: Vec<PublishedComponentSet>,
}Fields§
§component_sets: Vec<PublishedComponentSet>Implementations§
Source§impl GetFileComponentSetsMeta
impl GetFileComponentSetsMeta
pub fn new( component_sets: Vec<PublishedComponentSet>, ) -> GetFileComponentSetsMeta
Trait Implementations§
Source§impl Clone for GetFileComponentSetsMeta
impl Clone for GetFileComponentSetsMeta
Source§fn clone(&self) -> GetFileComponentSetsMeta
fn clone(&self) -> GetFileComponentSetsMeta
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 GetFileComponentSetsMeta
impl Debug for GetFileComponentSetsMeta
Source§impl Default for GetFileComponentSetsMeta
impl Default for GetFileComponentSetsMeta
Source§fn default() -> GetFileComponentSetsMeta
fn default() -> GetFileComponentSetsMeta
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetFileComponentSetsMeta
impl<'de> Deserialize<'de> for GetFileComponentSetsMeta
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 GetFileComponentSetsMeta
impl PartialEq for GetFileComponentSetsMeta
Source§impl Serialize for GetFileComponentSetsMeta
impl Serialize for GetFileComponentSetsMeta
impl StructuralPartialEq for GetFileComponentSetsMeta
Auto Trait Implementations§
impl Freeze for GetFileComponentSetsMeta
impl RefUnwindSafe for GetFileComponentSetsMeta
impl Send for GetFileComponentSetsMeta
impl Sync for GetFileComponentSetsMeta
impl Unpin for GetFileComponentSetsMeta
impl UnwindSafe for GetFileComponentSetsMeta
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