pub struct Adt {
pub segments: Arc<[Ident]>,
}
Fields§
§segments: Arc<[Ident]>
Auto Trait Implementations§
impl Freeze for Adt
impl RefUnwindSafe for Adt
impl Send for Adt
impl Sync for Adt
impl Unpin for Adt
impl UnwindSafe for Adt
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