Struct proto_pdk_api::UnresolvedParser
source · pub struct UnresolvedParser { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Debug for UnresolvedParser
impl Debug for UnresolvedParser
source§impl Default for UnresolvedParser
impl Default for UnresolvedParser
source§fn default() -> UnresolvedParser
fn default() -> UnresolvedParser
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UnresolvedParser
impl RefUnwindSafe for UnresolvedParser
impl Send for UnresolvedParser
impl Sync for UnresolvedParser
impl Unpin for UnresolvedParser
impl UnwindSafe for UnresolvedParser
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