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