pub enum PropertyName {
AddressBookDescription,
AddressBookHomeSet,
CurrentUserPrincipal,
ResourceType,
}Variants§
AddressBookDescription
Address Book Description RFC 6352 section 6.2.1
AddressBookHomeSet
Address Book Home Set RFC 6352 section 7.1.1
CurrentUserPrincipal
Current User Principal RFC 5397
ResourceType
Resource Type RFC 4918 section 15.9
Implementations§
Trait Implementations§
Source§impl Clone for PropertyName
impl Clone for PropertyName
Source§fn clone(&self) -> PropertyName
fn clone(&self) -> PropertyName
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 PropertyName
impl Debug for PropertyName
impl Copy for PropertyName
Auto Trait Implementations§
impl Freeze for PropertyName
impl RefUnwindSafe for PropertyName
impl Send for PropertyName
impl Sync for PropertyName
impl Unpin for PropertyName
impl UnsafeUnpin for PropertyName
impl UnwindSafe for PropertyName
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