Struct google_docs_api_types::v1::documents::ParagraphBorder
source · pub struct ParagraphBorder {
pub color: Option<OptionalColor>,
pub width: Option<Dimension>,
pub padding: Option<Dimension>,
pub dash_style: Option<DashStyle>,
}
Expand description
Fields§
§color: Option<OptionalColor>
§width: Option<Dimension>
§padding: Option<Dimension>
§dash_style: Option<DashStyle>
Trait Implementations§
source§impl Clone for ParagraphBorder
impl Clone for ParagraphBorder
source§fn clone(&self) -> ParagraphBorder
fn clone(&self) -> ParagraphBorder
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 Debug for ParagraphBorder
impl Debug for ParagraphBorder
source§impl Default for ParagraphBorder
impl Default for ParagraphBorder
source§fn default() -> ParagraphBorder
fn default() -> ParagraphBorder
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ParagraphBorder
impl<'de> Deserialize<'de> for ParagraphBorder
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 ParagraphBorder
impl PartialEq for ParagraphBorder
source§fn eq(&self, other: &ParagraphBorder) -> bool
fn eq(&self, other: &ParagraphBorder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for ParagraphBorder
impl Serialize for ParagraphBorder
impl StructuralPartialEq for ParagraphBorder
Auto Trait Implementations§
impl Freeze for ParagraphBorder
impl RefUnwindSafe for ParagraphBorder
impl Send for ParagraphBorder
impl Sync for ParagraphBorder
impl Unpin for ParagraphBorder
impl UnwindSafe for ParagraphBorder
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