pub struct NotesStruct { /* private fields */ }Implementations§
Source§impl NotesStruct
impl NotesStruct
pub fn to_display_string(&self) -> String
pub fn get_pattern(&self) -> Notes
Trait Implementations§
Source§impl Clone for NotesStruct
impl Clone for NotesStruct
Source§fn clone(&self) -> NotesStruct
fn clone(&self) -> NotesStruct
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for NotesStruct
impl RefUnwindSafe for NotesStruct
impl Send for NotesStruct
impl Sync for NotesStruct
impl Unpin for NotesStruct
impl UnwindSafe for NotesStruct
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