pub struct FormId(/* private fields */);Expand description
Implementations§
Trait Implementations§
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 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