pub struct CfgItem {
    pub cfg: Expr,
    pub name: String,
}Fields§
§cfg: Expr§name: StringAuto Trait Implementations§
impl Freeze for CfgItem
impl RefUnwindSafe for CfgItem
impl Send for CfgItem
impl Sync for CfgItem
impl Unpin for CfgItem
impl UnwindSafe for CfgItem
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