pub struct AbiTag(/* private fields */);
Expand description
The <abi-tag>
non-terminal.
<abi-tag> ::= B <source-name>
Trait Implementations§
impl Eq for AbiTag
impl StructuralPartialEq for AbiTag
Auto Trait Implementations§
impl Freeze for AbiTag
impl RefUnwindSafe for AbiTag
impl Send for AbiTag
impl Sync for AbiTag
impl Unpin for AbiTag
impl UnwindSafe for AbiTag
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