pub struct Usemap<V: AttrValue>(pub V);Expand description
usemap attribute.
Tuple Fields§
§0: VTrait Implementations§
impl<V: Copy + AttrValue> Copy for Usemap<V>
Auto Trait Implementations§
impl<V> Freeze for Usemap<V>where
V: Freeze,
impl<V> RefUnwindSafe for Usemap<V>where
V: RefUnwindSafe,
impl<V> Send for Usemap<V>where
V: Send,
impl<V> Sync for Usemap<V>where
V: Sync,
impl<V> Unpin for Usemap<V>where
V: Unpin,
impl<V> UnsafeUnpin for Usemap<V>where
V: UnsafeUnpin,
impl<V> UnwindSafe for Usemap<V>where
V: UnwindSafe,
Blanket Implementations§
Source§impl<T> AsAny for Twhere
T: Any,
impl<T> AsAny for Twhere
T: Any,
fn as_mut_dyn_any(&mut self) -> &mut (dyn Any + 'static)
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