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