pub struct SectionToggleResult {
pub modified: bool,
pub desc: Option<String>,
}Expand description
Result of toggling a section, including parsed metadata.
Fields§
§modified: bool§desc: Option<String>Auto Trait Implementations§
impl Freeze for SectionToggleResult
impl RefUnwindSafe for SectionToggleResult
impl Send for SectionToggleResult
impl Sync for SectionToggleResult
impl Unpin for SectionToggleResult
impl UnsafeUnpin for SectionToggleResult
impl UnwindSafe for SectionToggleResult
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