pub(crate) struct Forward;Expand description
Representation of a forward attribute.
ⓘ
#[<attribute>(forward)]Trait Implementations§
Source§impl ParseMultiple for Forward
impl ParseMultiple for Forward
Source§fn merge_attrs(
_prev: Spanning<Self>,
new: Spanning<Self>,
name: &Ident,
) -> Result<Spanning<Self>>
fn merge_attrs( _prev: 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 Forward
Auto Trait Implementations§
impl Freeze for Forward
impl RefUnwindSafe for Forward
impl Send for Forward
impl Sync for Forward
impl Unpin for Forward
impl UnwindSafe for Forward
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