struct NoteTab {
filename: String,
content: String,
dirty: bool,
}Expand description
1つのノートタブが持つ状態
Fields§
§filename: String§content: String§dirty: boolImplementations§
Auto Trait Implementations§
impl Freeze for NoteTab
impl RefUnwindSafe for NoteTab
impl Send for NoteTab
impl Sync for NoteTab
impl Unpin for NoteTab
impl UnsafeUnpin for NoteTab
impl UnwindSafe for NoteTab
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