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