pub(super) struct DisplayAttrStyle<'a>(pub &'a AttrStyle);
Tuple Fields§
§0: &'a AttrStyle
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for DisplayAttrStyle<'a>
impl<'a> RefUnwindSafe for DisplayAttrStyle<'a>
impl<'a> !Send for DisplayAttrStyle<'a>
impl<'a> !Sync for DisplayAttrStyle<'a>
impl<'a> Unpin for DisplayAttrStyle<'a>
impl<'a> UnwindSafe for DisplayAttrStyle<'a>
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