pub struct AddressBookEntry {
pub address_book_entry_id: String,
pub label: String,
pub kind: String,
pub revision: u64,
}Fields§
§address_book_entry_id: String§label: String§kind: String§revision: u64Monotonic resource revision for conditional updates.
Trait Implementations§
Source§impl Clone for AddressBookEntry
impl Clone for AddressBookEntry
Source§fn clone(&self) -> AddressBookEntry
fn clone(&self) -> AddressBookEntry
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 AddressBookEntry
impl Debug for AddressBookEntry
Source§impl Default for AddressBookEntry
impl Default for AddressBookEntry
Source§fn default() -> AddressBookEntry
fn default() -> AddressBookEntry
Returns the “default value” for a type. Read more
impl Eq for AddressBookEntry
Source§impl PartialEq for AddressBookEntry
impl PartialEq for AddressBookEntry
impl StructuralPartialEq for AddressBookEntry
Auto Trait Implementations§
impl Freeze for AddressBookEntry
impl RefUnwindSafe for AddressBookEntry
impl Send for AddressBookEntry
impl Sync for AddressBookEntry
impl Unpin for AddressBookEntry
impl UnsafeUnpin for AddressBookEntry
impl UnwindSafe for AddressBookEntry
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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§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.