pub struct FormTarget(pub Cow<'static, str>);Expand description
Navigable for form submission
Tuple Fields§
§0: Cow<'static, str>Trait Implementations§
Source§impl Attributes for FormTarget
impl Attributes for FormTarget
Source§impl Clone for FormTarget
impl Clone for FormTarget
Source§fn clone(&self) -> FormTarget
fn clone(&self) -> FormTarget
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FormTarget
impl Debug for FormTarget
Source§impl Hash for FormTarget
impl Hash for FormTarget
Source§impl Ord for FormTarget
impl Ord for FormTarget
Source§fn cmp(&self, other: &FormTarget) -> Ordering
fn cmp(&self, other: &FormTarget) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for FormTarget
impl PartialEq for FormTarget
Source§impl PartialOrd for FormTarget
impl PartialOrd for FormTarget
impl Eq for FormTarget
impl StructuralPartialEq for FormTarget
Auto Trait Implementations§
impl Freeze for FormTarget
impl RefUnwindSafe for FormTarget
impl Send for FormTarget
impl Sync for FormTarget
impl Unpin for FormTarget
impl UnwindSafe for FormTarget
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