pub struct NotionResponseParser { /* private fields */ }
Implementations§
Source§impl NotionResponseParser
impl NotionResponseParser
pub fn new<T: ToString>(buffer: T) -> Self
pub fn parse_table(&self) -> Vec<Vec<DataBaseElement>>
pub fn parse_element(&self, element: JsonValue) -> DataType
Auto Trait Implementations§
impl Freeze for NotionResponseParser
impl RefUnwindSafe for NotionResponseParser
impl Send for NotionResponseParser
impl Sync for NotionResponseParser
impl Unpin for NotionResponseParser
impl UnwindSafe for NotionResponseParser
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