pub struct ImplConst {
pub extent: Extent,
pub visibility: Option<Visibility>,
pub name: Ident,
pub typ: Type,
pub value: Attributed<Expression>,
pub whitespace: Vec<Whitespace>,
}Expand description
Fields§
§extent: Extent§visibility: Option<Visibility>§name: Ident§typ: Type§value: Attributed<Expression>§whitespace: Vec<Whitespace>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ImplConst
impl RefUnwindSafe for ImplConst
impl Send for ImplConst
impl Sync for ImplConst
impl Unpin for ImplConst
impl UnsafeUnpin for ImplConst
impl UnwindSafe for ImplConst
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