pub struct UpdateTextStyleRequest {
pub range: Range,
pub text_style: TextStyle,
pub fields: String,
}Expand description
Update text style request.
Fields§
§range: Range§text_style: TextStyle§fields: StringTrait Implementations§
Source§impl Clone for UpdateTextStyleRequest
impl Clone for UpdateTextStyleRequest
Source§fn clone(&self) -> UpdateTextStyleRequest
fn clone(&self) -> UpdateTextStyleRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UpdateTextStyleRequest
impl Debug for UpdateTextStyleRequest
Auto Trait Implementations§
impl Freeze for UpdateTextStyleRequest
impl RefUnwindSafe for UpdateTextStyleRequest
impl Send for UpdateTextStyleRequest
impl Sync for UpdateTextStyleRequest
impl Unpin for UpdateTextStyleRequest
impl UnsafeUnpin for UpdateTextStyleRequest
impl UnwindSafe for UpdateTextStyleRequest
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