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