pub enum ReadPropertyValue<'a> {
ObjectIdList(ObjectIdList<'a>),
ApplicationDataValue(ApplicationDataValue<'a>),
}Variants§
ObjectIdList(ObjectIdList<'a>)
ApplicationDataValue(ApplicationDataValue<'a>)
Trait Implementations§
source§impl<'a> Clone for ReadPropertyValue<'a>
impl<'a> Clone for ReadPropertyValue<'a>
source§fn clone(&self) -> ReadPropertyValue<'a>
fn clone(&self) -> ReadPropertyValue<'a>
Returns a copy 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 moreAuto Trait Implementations§
impl<'a> RefUnwindSafe for ReadPropertyValue<'a>
impl<'a> Send for ReadPropertyValue<'a>
impl<'a> Sync for ReadPropertyValue<'a>
impl<'a> Unpin for ReadPropertyValue<'a>
impl<'a> UnwindSafe for ReadPropertyValue<'a>
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