pub struct LinkedElement {
pub link: Arc<Link>,
pub import: Option<Arc<Import>>,
}Fields§
§link: Arc<Link>§import: Option<Arc<Import>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for LinkedElement
impl RefUnwindSafe for LinkedElement
impl Send for LinkedElement
impl Sync for LinkedElement
impl Unpin for LinkedElement
impl UnwindSafe for LinkedElement
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