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§
Source§impl Clone for AlternateIdIndexEntry
impl Clone for AlternateIdIndexEntry
Source§fn clone(&self) -> AlternateIdIndexEntry
fn clone(&self) -> AlternateIdIndexEntry
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 AlternateIdIndexEntry
impl Debug for AlternateIdIndexEntry
Source§impl FromBytes<AlternateIdIndexEntry> for AlternateIdIndexEntry
impl FromBytes<AlternateIdIndexEntry> for AlternateIdIndexEntry
fn from_bytes( bytes: &[u8], ) -> Result<AlternateIdIndexEntry, ProtoConversionError>
Source§impl FromNative<AlternateIdIndexEntry> for AlternateIdIndexEntry
impl FromNative<AlternateIdIndexEntry> for AlternateIdIndexEntry
fn from_native(id: AlternateIdIndexEntry) -> Result<Self, ProtoConversionError>
Source§impl FromProto<AlternateIdIndexEntry> for AlternateIdIndexEntry
impl FromProto<AlternateIdIndexEntry> for AlternateIdIndexEntry
fn from_proto(id: AlternateIdIndexEntry) -> Result<Self, ProtoConversionError>
Source§impl IntoBytes for AlternateIdIndexEntry
impl IntoBytes for AlternateIdIndexEntry
fn into_bytes(self) -> Result<Vec<u8>, ProtoConversionError>
Source§impl IntoNative<AlternateIdIndexEntry> for AlternateIdIndexEntry
impl IntoNative<AlternateIdIndexEntry> for AlternateIdIndexEntry
fn into_native(self) -> Result<T, ProtoConversionError>
Source§impl IntoProto<AlternateIdIndexEntry> for AlternateIdIndexEntry
impl IntoProto<AlternateIdIndexEntry> for AlternateIdIndexEntry
fn into_proto(self) -> Result<T, ProtoConversionError>
Source§impl PartialEq for AlternateIdIndexEntry
impl PartialEq for AlternateIdIndexEntry
impl StructuralPartialEq for AlternateIdIndexEntry
Auto Trait Implementations§
impl Freeze for AlternateIdIndexEntry
impl RefUnwindSafe for AlternateIdIndexEntry
impl Send for AlternateIdIndexEntry
impl Sync for AlternateIdIndexEntry
impl Unpin for AlternateIdIndexEntry
impl UnwindSafe for AlternateIdIndexEntry
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