pub(crate) struct Skip(&'static str);Expand description
Representation of a skip/ignore attribute.
ⓘ
#[<attribute>(skip)]
#[<attribute>(ignore)]Tuple Fields§
§0: &'static strImplementations§
Trait Implementations§
Source§impl ParseMultiple for Skip
impl ParseMultiple for Skip
Source§fn merge_attrs(
_: Spanning<Self>,
new: Spanning<Self>,
name: &Ident,
) -> Result<Spanning<Self>>
fn merge_attrs( _: Spanning<Self>, new: Spanning<Self>, name: &Ident, ) -> Result<Spanning<Self>>
Merges multiple values of this attribute into a single one. Read more
Source§fn merge_opt_attrs(
prev: Option<Spanning<Self>>,
new: Option<Spanning<Self>>,
name: &Ident,
) -> Result<Option<Spanning<Self>>>
fn merge_opt_attrs( prev: Option<Spanning<Self>>, new: Option<Spanning<Self>>, name: &Ident, ) -> Result<Option<Spanning<Self>>>
impl Copy for Skip
Auto Trait Implementations§
impl Freeze for Skip
impl RefUnwindSafe for Skip
impl Send for Skip
impl Sync for Skip
impl Unpin for Skip
impl UnwindSafe for Skip
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