pub struct AlternateIdIndexEntry { /* private fields */ }Expand description
Native representation of the state object AlternateIdIndexEntry
The AlternateIdIndexEntry serves as an index to fetch an Organization from an externally
known ID and ensures the alternate ID is unique to the owning organization.
Implementations
Trait Implementations
sourceimpl Clone for AlternateIdIndexEntry
impl Clone for AlternateIdIndexEntry
sourcefn clone(&self) -> AlternateIdIndexEntry
fn clone(&self) -> AlternateIdIndexEntry
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for AlternateIdIndexEntry
impl Debug for AlternateIdIndexEntry
sourceimpl FromBytes<AlternateIdIndexEntry> for AlternateIdIndexEntry
impl FromBytes<AlternateIdIndexEntry> for AlternateIdIndexEntry
fn from_bytes(
bytes: &[u8]
) -> Result<AlternateIdIndexEntry, ProtoConversionError>
sourceimpl FromNative<AlternateIdIndexEntry> for AlternateIdIndexEntry
impl FromNative<AlternateIdIndexEntry> for AlternateIdIndexEntry
fn from_native(id: AlternateIdIndexEntry) -> Result<Self, ProtoConversionError>
sourceimpl FromProto<AlternateIdIndexEntry> for AlternateIdIndexEntry
impl FromProto<AlternateIdIndexEntry> for AlternateIdIndexEntry
fn from_proto(id: AlternateIdIndexEntry) -> Result<Self, ProtoConversionError>
sourceimpl IntoBytes for AlternateIdIndexEntry
impl IntoBytes for AlternateIdIndexEntry
fn into_bytes(self) -> Result<Vec<u8>, ProtoConversionError>
sourceimpl IntoNative<AlternateIdIndexEntry> for AlternateIdIndexEntry
impl IntoNative<AlternateIdIndexEntry> for AlternateIdIndexEntry
fn into_native(self) -> Result<T, ProtoConversionError>
sourceimpl IntoProto<AlternateIdIndexEntry> for AlternateIdIndexEntry
impl IntoProto<AlternateIdIndexEntry> for AlternateIdIndexEntry
fn into_proto(self) -> Result<T, ProtoConversionError>
sourceimpl PartialEq<AlternateIdIndexEntry> for AlternateIdIndexEntry
impl PartialEq<AlternateIdIndexEntry> for AlternateIdIndexEntry
sourcefn eq(&self, other: &AlternateIdIndexEntry) -> bool
fn eq(&self, other: &AlternateIdIndexEntry) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &AlternateIdIndexEntry) -> bool
fn ne(&self, other: &AlternateIdIndexEntry) -> bool
This method tests for !=.
impl StructuralPartialEq for AlternateIdIndexEntry
Auto Trait Implementations
impl RefUnwindSafe for AlternateIdIndexEntry
impl Send for AlternateIdIndexEntry
impl Sync for AlternateIdIndexEntry
impl Unpin for AlternateIdIndexEntry
impl UnwindSafe for AlternateIdIndexEntry
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more