#[repr(C)]pub struct ManagedStringId {
pub value: u32,
}Fields§
§value: u32Implementations§
Trait Implementations§
Source§impl Clone for ManagedStringId
impl Clone for ManagedStringId
Source§fn clone(&self) -> ManagedStringId
fn clone(&self) -> ManagedStringId
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 ManagedStringId
impl Debug for ManagedStringId
Source§impl Default for ManagedStringId
impl Default for ManagedStringId
Source§fn default() -> ManagedStringId
fn default() -> ManagedStringId
Returns the “default value” for a type. Read more
Source§impl Hash for ManagedStringId
impl Hash for ManagedStringId
Source§impl Ord for ManagedStringId
impl Ord for ManagedStringId
Source§fn cmp(&self, other: &ManagedStringId) -> Ordering
fn cmp(&self, other: &ManagedStringId) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ManagedStringId
impl PartialEq for ManagedStringId
Source§impl PartialOrd for ManagedStringId
impl PartialOrd for ManagedStringId
impl Copy for ManagedStringId
impl Eq for ManagedStringId
impl StructuralPartialEq for ManagedStringId
Auto Trait Implementations§
impl Freeze for ManagedStringId
impl RefUnwindSafe for ManagedStringId
impl Send for ManagedStringId
impl Sync for ManagedStringId
impl Unpin for ManagedStringId
impl UnwindSafe for ManagedStringId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.