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