pub struct DefAttrs<'a> {
pub visibility: &'a [u8],
pub signature: &'a [u8],
pub binding: &'a [u8],
pub origin: &'a [u8],
}Fields§
§visibility: &'a [u8]§signature: &'a [u8]§binding: &'a [u8]§origin: &'a [u8]Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for DefAttrs<'a>
impl<'a> RefUnwindSafe for DefAttrs<'a>
impl<'a> Send for DefAttrs<'a>
impl<'a> Sync for DefAttrs<'a>
impl<'a> Unpin for DefAttrs<'a>
impl<'a> UnsafeUnpin for DefAttrs<'a>
impl<'a> UnwindSafe for DefAttrs<'a>
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