pub enum Item<L: LinkingScheme> {
Container(Container<L>),
Atom(Primitive),
}Variants§
Auto Trait Implementations§
impl<L> Freeze for Item<L>
impl<L> RefUnwindSafe for Item<L>
impl<L> Send for Item<L>
impl<L> Sync for Item<L>
impl<L> Unpin for Item<L>
impl<L> UnsafeUnpin for Item<L>
impl<L> UnwindSafe for Item<L>
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