pub struct StyleEditor<'a> { /* private fields */ }Expand description
Fluent API builder for editing a specific style
Implementations§
Source§impl<'a> StyleEditor<'a>
impl<'a> StyleEditor<'a>
Sourcepub fn apply(self) -> Result<&'a mut EditorDocument>
pub fn apply(self) -> Result<&'a mut EditorDocument>
Apply the changes
Auto Trait Implementations§
impl<'a> Freeze for StyleEditor<'a>
impl<'a> !RefUnwindSafe for StyleEditor<'a>
impl<'a> Send for StyleEditor<'a>
impl<'a> !Sync for StyleEditor<'a>
impl<'a> Unpin for StyleEditor<'a>
impl<'a> !UnwindSafe for StyleEditor<'a>
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