pub struct NoteRecord {
pub text: String,
}Fields§
§text: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for NoteRecord
impl RefUnwindSafe for NoteRecord
impl Send for NoteRecord
impl Sync for NoteRecord
impl Unpin for NoteRecord
impl UnsafeUnpin for NoteRecord
impl UnwindSafe for NoteRecord
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