pub struct EntityIdentityDescription { /* private fields */ }Expand description
Accepted Identity generator policy, exact unsigned domain, and current lifetime allocation state for one entity.
Implementations§
Source§impl EntityIdentityDescription
impl EntityIdentityDescription
Sourcepub const fn accepted_kind(&self) -> &str
pub const fn accepted_kind(&self) -> &str
Borrow the exact accepted unsigned field kind.
Sourcepub const fn high_water(&self) -> u128
pub const fn high_water(&self) -> u128
Return the greatest committed value, or zero before the first commit.
Trait Implementations§
Source§impl Clone for EntityIdentityDescription
impl Clone for EntityIdentityDescription
Source§fn clone(&self) -> EntityIdentityDescription
fn clone(&self) -> EntityIdentityDescription
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 EntityIdentityDescription
impl Debug for EntityIdentityDescription
Source§impl<'de> Deserialize<'de> for EntityIdentityDescription
impl<'de> Deserialize<'de> for EntityIdentityDescription
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
impl Eq for EntityIdentityDescription
impl StructuralPartialEq for EntityIdentityDescription
Auto Trait Implementations§
impl Freeze for EntityIdentityDescription
impl RefUnwindSafe for EntityIdentityDescription
impl Send for EntityIdentityDescription
impl Sync for EntityIdentityDescription
impl Unpin for EntityIdentityDescription
impl UnsafeUnpin for EntityIdentityDescription
impl UnwindSafe for EntityIdentityDescription
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