pub struct Formmethod<V: AttrValue>(pub V);Expand description
formmethod attribute.
Tuple Fields§
§0: VTrait Implementations§
Source§impl<V: Clone + AttrValue> Clone for Formmethod<V>
impl<V: Clone + AttrValue> Clone for Formmethod<V>
Source§fn clone(&self) -> Formmethod<V>
fn clone(&self) -> Formmethod<V>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<V: Copy + AttrValue> Copy for Formmethod<V>
Auto Trait Implementations§
impl<V> Freeze for Formmethod<V>where
V: Freeze,
impl<V> RefUnwindSafe for Formmethod<V>where
V: RefUnwindSafe,
impl<V> Send for Formmethod<V>where
V: Send,
impl<V> Sync for Formmethod<V>where
V: Sync,
impl<V> Unpin for Formmethod<V>where
V: Unpin,
impl<V> UnsafeUnpin for Formmethod<V>where
V: UnsafeUnpin,
impl<V> UnwindSafe for Formmethod<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