pub struct Attributes<'a>(/* private fields */);
Expand description
Raw GFF record attributes.
Implementations§
Source§impl<'a> Attributes<'a>
impl<'a> Attributes<'a>
Trait Implementations§
Source§impl<'a> AsRef<str> for Attributes<'a>
impl<'a> AsRef<str> for Attributes<'a>
Auto Trait Implementations§
impl<'a> Freeze for Attributes<'a>
impl<'a> RefUnwindSafe for Attributes<'a>
impl<'a> Send for Attributes<'a>
impl<'a> Sync for Attributes<'a>
impl<'a> Unpin for Attributes<'a>
impl<'a> UnwindSafe for Attributes<'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