pub struct NoteStructure {
pub note: String,
}
Fields§
§note: String
Trait Implementations§
Source§impl Debug for NoteStructure
impl Debug for NoteStructure
Source§impl Default for NoteStructure
impl Default for NoteStructure
Source§fn default() -> NoteStructure
fn default() -> NoteStructure
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NoteStructure
impl RefUnwindSafe for NoteStructure
impl Send for NoteStructure
impl Sync for NoteStructure
impl Unpin for NoteStructure
impl UnwindSafe for NoteStructure
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