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 |
remove
remove(self, note);
Parameters
Name | Type |
---|---|
self | |
note | Note |
get_notes
get_notes(self, options, N, M, FILTER_ARGS>);
Parameters
Name | Type |
---|---|
self | |
options | NoteGetterOptions<Note |
N | |
M | |
FILTER_ARGS> |
view_notes
view_notes(self, options, N, M>);
Parameters
Name | Type |
---|---|
self | |
options | NoteViewerOptions<Note |
N | |
M> |