pub struct UpdateParagraphStyleRequest {
pub paragraph_style: Option<ParagraphStyle>,
pub fields: Option<String>,
pub insertion_location: Option<UpdateParagraphStyleRequestInsertionLocation>,
}Expand description
Fields§
§paragraph_style: Option<ParagraphStyle>§fields: Option<String>§insertion_location: Option<UpdateParagraphStyleRequestInsertionLocation>Trait Implementations§
Source§impl Clone for UpdateParagraphStyleRequest
impl Clone for UpdateParagraphStyleRequest
Source§fn clone(&self) -> UpdateParagraphStyleRequest
fn clone(&self) -> UpdateParagraphStyleRequest
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 UpdateParagraphStyleRequest
impl Debug for UpdateParagraphStyleRequest
Source§impl Default for UpdateParagraphStyleRequest
impl Default for UpdateParagraphStyleRequest
Source§fn default() -> UpdateParagraphStyleRequest
fn default() -> UpdateParagraphStyleRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateParagraphStyleRequest
impl<'de> Deserialize<'de> for UpdateParagraphStyleRequest
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
impl StructuralPartialEq for UpdateParagraphStyleRequest
Auto Trait Implementations§
impl Freeze for UpdateParagraphStyleRequest
impl RefUnwindSafe for UpdateParagraphStyleRequest
impl Send for UpdateParagraphStyleRequest
impl Sync for UpdateParagraphStyleRequest
impl Unpin for UpdateParagraphStyleRequest
impl UnwindSafe for UpdateParagraphStyleRequest
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