pub struct IntegerStateFunction(/* private fields */);Expand description
A struct wrapping an id.
Implementations§
Trait Implementations§
Source§impl Clone for IntegerStateFunction
impl Clone for IntegerStateFunction
Source§fn clone(&self) -> IntegerStateFunction
fn clone(&self) -> IntegerStateFunction
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 IntegerStateFunction
impl Debug for IntegerStateFunction
Source§impl PartialEq for IntegerStateFunction
impl PartialEq for IntegerStateFunction
impl Copy for IntegerStateFunction
impl Eq for IntegerStateFunction
impl StructuralPartialEq for IntegerStateFunction
Auto Trait Implementations§
impl Freeze for IntegerStateFunction
impl RefUnwindSafe for IntegerStateFunction
impl Send for IntegerStateFunction
impl Sync for IntegerStateFunction
impl Unpin for IntegerStateFunction
impl UnwindSafe for IntegerStateFunction
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