pub struct AnySpec {
pub tag: Tag,
pub content: Seq<u8>,
}Expand description
Semantic representation of an open type.
Fields§
§tag: Tag§content: Seq<u8>Auto Trait Implementations§
impl Freeze for AnySpec
impl RefUnwindSafe for AnySpec
impl Send for AnySpec
impl Sync for AnySpec
impl Unpin for AnySpec
impl UnsafeUnpin for AnySpec
impl UnwindSafe for AnySpec
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