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