pub struct DelinkFileOptions {
pub name: String,
pub sections: Sections,
pub complete: bool,
pub categories: Categories,
pub gap: bool,
pub migrated: bool,
pub comments: Comments,
}Fields§
§name: String§sections: Sections§complete: bool§categories: Categories§gap: bool§migrated: bool§comments: CommentsAuto Trait Implementations§
impl Freeze for DelinkFileOptions
impl RefUnwindSafe for DelinkFileOptions
impl Send for DelinkFileOptions
impl Sync for DelinkFileOptions
impl Unpin for DelinkFileOptions
impl UnsafeUnpin for DelinkFileOptions
impl UnwindSafe for DelinkFileOptions
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