pub struct DirectiveAnnotationBuilder;Implementations§
Source§impl DirectiveAnnotationBuilder
impl DirectiveAnnotationBuilder
pub fn from_ast( annotated_item_srcloc: &SourceLocation, directives: &[Directive], ) -> Vec<DirectiveAnnotation>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DirectiveAnnotationBuilder
impl RefUnwindSafe for DirectiveAnnotationBuilder
impl Send for DirectiveAnnotationBuilder
impl Sync for DirectiveAnnotationBuilder
impl Unpin for DirectiveAnnotationBuilder
impl UnwindSafe for DirectiveAnnotationBuilder
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