pub struct IdentityPositiveState;Expand description
State for IdentityPositive.
Trait Implementations§
Source§impl Clone for IdentityPositiveState
impl Clone for IdentityPositiveState
Source§fn clone(&self) -> IdentityPositiveState
fn clone(&self) -> IdentityPositiveState
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 moreimpl Copy for IdentityPositiveState
Source§impl Debug for IdentityPositiveState
impl Debug for IdentityPositiveState
Source§impl Default for IdentityPositiveState
impl Default for IdentityPositiveState
Source§fn default() -> IdentityPositiveState
fn default() -> IdentityPositiveState
Returns the “default value” for a type. Read more
impl Eq for IdentityPositiveState
Source§impl PartialEq for IdentityPositiveState
impl PartialEq for IdentityPositiveState
Source§fn eq(&self, other: &IdentityPositiveState) -> bool
fn eq(&self, other: &IdentityPositiveState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for IdentityPositiveState
Auto Trait Implementations§
impl Freeze for IdentityPositiveState
impl RefUnwindSafe for IdentityPositiveState
impl Send for IdentityPositiveState
impl Sync for IdentityPositiveState
impl Unpin for IdentityPositiveState
impl UnsafeUnpin for IdentityPositiveState
impl UnwindSafe for IdentityPositiveState
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