private_set
Standalone Functions
new
new(context, storage_slot);
Parameters
Name | Type |
---|---|
context | Context |
storage_slot | Field |
insert_from_public
insert_from_public(self, note);
Parameters
Name | Type |
---|---|
self | |
note | &mut Note |
insert
insert(self, note);
Parameters
Name | Type |
---|---|
self | |
note | &mut Note |
pop_notes
pop_notes(self, options, N, PREPROCESSOR_ARGS, FILTER_ARGS>, );
Parameters
Name | Type |
---|---|
self | |
options | NoteGetterOptions<Note |
N | |
PREPROCESSOR_ARGS | |
FILTER_ARGS> | |
remove
remove(self, note);
Parameters
Name | Type |
---|---|
self | |
note | Note |
get_notes
get_notes(self, options, N, PREPROCESSOR_ARGS, FILTER_ARGS>, );
Parameters
Name | Type |
---|---|
self | |
options | NoteGetterOptions<Note |
N | |
PREPROCESSOR_ARGS | |
FILTER_ARGS> | |
view_notes
view_notes(self, options, N>, );
Parameters
Name | Type |
---|---|
self | |
options | NoteViewerOptions<Note |
N> | |