pub struct FormTypeId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for FormTypeId
impl Clone for FormTypeId
Source§fn clone(&self) -> FormTypeId
fn clone(&self) -> FormTypeId
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 moreSource§impl Debug for FormTypeId
impl Debug for FormTypeId
Source§impl Display for FormTypeId
impl Display for FormTypeId
impl Eq for FormTypeId
Source§impl Hash for FormTypeId
impl Hash for FormTypeId
Source§impl Ord for FormTypeId
impl Ord for FormTypeId
Source§fn cmp(&self, other: &FormTypeId) -> Ordering
fn cmp(&self, other: &FormTypeId) -> Ordering
1.21.0 (const: unstable) · 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 FormTypeId
impl PartialEq for FormTypeId
Source§impl PartialOrd for FormTypeId
impl PartialOrd for FormTypeId
impl StructuralPartialEq for FormTypeId
Auto Trait Implementations§
impl Freeze for FormTypeId
impl RefUnwindSafe for FormTypeId
impl Send for FormTypeId
impl Sync for FormTypeId
impl Unpin for FormTypeId
impl UnsafeUnpin for FormTypeId
impl UnwindSafe for FormTypeId
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