pub struct ExternBlockMemberFunctionArgumentNamed {
pub extent: Extent,
pub name: Pattern,
pub typ: Type,
pub whitespace: Vec<Whitespace>,
}Expand description
Fields§
§extent: Extent§name: Pattern§typ: Type§whitespace: Vec<Whitespace>Trait Implementations§
Source§impl<'a> Index<&'a ExternBlockMemberFunctionArgumentNamed> for str
impl<'a> Index<&'a ExternBlockMemberFunctionArgumentNamed> for str
Auto Trait Implementations§
impl Freeze for ExternBlockMemberFunctionArgumentNamed
impl RefUnwindSafe for ExternBlockMemberFunctionArgumentNamed
impl Send for ExternBlockMemberFunctionArgumentNamed
impl Sync for ExternBlockMemberFunctionArgumentNamed
impl Unpin for ExternBlockMemberFunctionArgumentNamed
impl UnsafeUnpin for ExternBlockMemberFunctionArgumentNamed
impl UnwindSafe for ExternBlockMemberFunctionArgumentNamed
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