pub enum PropertyFindRequest<Names> {
All,
AllInclude {
names: Names,
},
Names,
Values {
names: Names,
},
}Variants§
Implementations§
Source§impl<'a, Names> PropertyFindRequest<Names>where
Names: IntoIterator<Item = &'a PropertyName>,
impl<'a, Names> PropertyFindRequest<Names>where
Names: IntoIterator<Item = &'a PropertyName>,
Trait Implementations§
Auto Trait Implementations§
impl<Names> Freeze for PropertyFindRequest<Names>where
Names: Freeze,
impl<Names> RefUnwindSafe for PropertyFindRequest<Names>where
Names: RefUnwindSafe,
impl<Names> Send for PropertyFindRequest<Names>where
Names: Send,
impl<Names> Sync for PropertyFindRequest<Names>where
Names: Sync,
impl<Names> Unpin for PropertyFindRequest<Names>where
Names: Unpin,
impl<Names> UnsafeUnpin for PropertyFindRequest<Names>where
Names: UnsafeUnpin,
impl<Names> UnwindSafe for PropertyFindRequest<Names>where
Names: UnwindSafe,
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