pub struct NotesManager { /* private fields */ }Expand description
Operations for the “notes” API area.
Implementations§
Source§impl NotesManager
impl NotesManager
pub async fn convert( &self, body: NotesConvertRequestBody, ) -> Result<NotesConvertResponse, Error>
Auto Trait Implementations§
impl !RefUnwindSafe for NotesManager
impl !UnwindSafe for NotesManager
impl Freeze for NotesManager
impl Send for NotesManager
impl Sync for NotesManager
impl Unpin for NotesManager
impl UnsafeUnpin for NotesManager
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