pub struct ZephyrProjectParser { /* private fields */ }
Implementations§
Source§impl ZephyrProjectParser
impl ZephyrProjectParser
pub async fn register_indexes(&self) -> Result<()>
pub async fn register_dashboard(&self) -> Result<()>
Auto Trait Implementations§
impl Freeze for ZephyrProjectParser
impl RefUnwindSafe for ZephyrProjectParser
impl Send for ZephyrProjectParser
impl Sync for ZephyrProjectParser
impl Unpin for ZephyrProjectParser
impl UnwindSafe for ZephyrProjectParser
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