pub struct SynapseParser;Trait Implementations§
Auto Trait Implementations§
impl Freeze for SynapseParser
impl RefUnwindSafe for SynapseParser
impl Send for SynapseParser
impl Sync for SynapseParser
impl Unpin for SynapseParser
impl UnsafeUnpin for SynapseParser
impl UnwindSafe for SynapseParser
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