pub struct FormId(/* private fields */);Expand description
Newtype identifier shared by Gingr endpoints that pass numeric provider IDs.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for FormId
impl<'de> Deserialize<'de> for FormId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for FormId
impl Ord for FormId
Source§impl PartialOrd for FormId
impl PartialOrd for FormId
impl Copy for FormId
impl Eq for FormId
impl StructuralPartialEq for FormId
Auto Trait Implementations§
impl Freeze for FormId
impl RefUnwindSafe for FormId
impl Send for FormId
impl Sync for FormId
impl Unpin for FormId
impl UnsafeUnpin for FormId
impl UnwindSafe for FormId
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