pub struct AlternateIdIndexEntryList { /* private fields */ }Expand description
Native representation of a list of AlternateIdIndexEntrys
Implementations
sourceimpl AlternateIdIndexEntryList
impl AlternateIdIndexEntryList
pub fn entries(&self) -> &[AlternateIdIndexEntry]
Trait Implementations
sourceimpl Clone for AlternateIdIndexEntryList
impl Clone for AlternateIdIndexEntryList
sourcefn clone(&self) -> AlternateIdIndexEntryList
fn clone(&self) -> AlternateIdIndexEntryList
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 AlternateIdIndexEntryList
impl Debug for AlternateIdIndexEntryList
sourceimpl FromBytes<AlternateIdIndexEntryList> for AlternateIdIndexEntryList
impl FromBytes<AlternateIdIndexEntryList> for AlternateIdIndexEntryList
fn from_bytes(
bytes: &[u8]
) -> Result<AlternateIdIndexEntryList, ProtoConversionError>
sourceimpl FromNative<AlternateIdIndexEntryList> for AlternateIdIndexEntryList
impl FromNative<AlternateIdIndexEntryList> for AlternateIdIndexEntryList
fn from_native(
entry_list: AlternateIdIndexEntryList
) -> Result<Self, ProtoConversionError>
sourceimpl FromProto<AlternateIdIndexEntryList> for AlternateIdIndexEntryList
impl FromProto<AlternateIdIndexEntryList> for AlternateIdIndexEntryList
fn from_proto(
entry_list: AlternateIdIndexEntryList
) -> Result<Self, ProtoConversionError>
sourceimpl IntoBytes for AlternateIdIndexEntryList
impl IntoBytes for AlternateIdIndexEntryList
fn into_bytes(self) -> Result<Vec<u8>, ProtoConversionError>
sourceimpl IntoNative<AlternateIdIndexEntryList> for AlternateIdIndexEntryList
impl IntoNative<AlternateIdIndexEntryList> for AlternateIdIndexEntryList
fn into_native(self) -> Result<T, ProtoConversionError>
sourceimpl IntoProto<AlternateIdIndexEntryList> for AlternateIdIndexEntryList
impl IntoProto<AlternateIdIndexEntryList> for AlternateIdIndexEntryList
fn into_proto(self) -> Result<T, ProtoConversionError>
sourceimpl PartialEq<AlternateIdIndexEntryList> for AlternateIdIndexEntryList
impl PartialEq<AlternateIdIndexEntryList> for AlternateIdIndexEntryList
sourcefn eq(&self, other: &AlternateIdIndexEntryList) -> bool
fn eq(&self, other: &AlternateIdIndexEntryList) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &AlternateIdIndexEntryList) -> bool
fn ne(&self, other: &AlternateIdIndexEntryList) -> bool
This method tests for !=.
impl StructuralPartialEq for AlternateIdIndexEntryList
Auto Trait Implementations
impl RefUnwindSafe for AlternateIdIndexEntryList
impl Send for AlternateIdIndexEntryList
impl Sync for AlternateIdIndexEntryList
impl Unpin for AlternateIdIndexEntryList
impl UnwindSafe for AlternateIdIndexEntryList
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