pub struct DrupalEntityTypeId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for DrupalEntityTypeId
impl Clone for DrupalEntityTypeId
Source§fn clone(&self) -> DrupalEntityTypeId
fn clone(&self) -> DrupalEntityTypeId
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 DrupalEntityTypeId
impl Debug for DrupalEntityTypeId
Source§impl Display for DrupalEntityTypeId
impl Display for DrupalEntityTypeId
Source§impl FromStr for DrupalEntityTypeId
impl FromStr for DrupalEntityTypeId
Source§impl Hash for DrupalEntityTypeId
impl Hash for DrupalEntityTypeId
Source§impl Ord for DrupalEntityTypeId
impl Ord for DrupalEntityTypeId
Source§fn cmp(&self, other: &DrupalEntityTypeId) -> Ordering
fn cmp(&self, other: &DrupalEntityTypeId) -> Ordering
1.21.0 (const: unstable) · 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 DrupalEntityTypeId
impl PartialEq for DrupalEntityTypeId
Source§fn eq(&self, other: &DrupalEntityTypeId) -> bool
fn eq(&self, other: &DrupalEntityTypeId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for DrupalEntityTypeId
impl PartialOrd for DrupalEntityTypeId
impl Eq for DrupalEntityTypeId
impl StructuralPartialEq for DrupalEntityTypeId
Auto Trait Implementations§
impl Freeze for DrupalEntityTypeId
impl RefUnwindSafe for DrupalEntityTypeId
impl Send for DrupalEntityTypeId
impl Sync for DrupalEntityTypeId
impl Unpin for DrupalEntityTypeId
impl UnsafeUnpin for DrupalEntityTypeId
impl UnwindSafe for DrupalEntityTypeId
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