pub struct InheritanceSpec {
pub name: Ident,
}Fields§
§name: IdentTrait Implementations§
Source§impl Parse for InheritanceSpec
impl Parse for InheritanceSpec
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl Freeze for InheritanceSpec
impl RefUnwindSafe for InheritanceSpec
impl !Send for InheritanceSpec
impl !Sync for InheritanceSpec
impl Unpin for InheritanceSpec
impl UnsafeUnpin for InheritanceSpec
impl UnwindSafe for InheritanceSpec
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