pub struct InternalPropertyDescriptorBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> InternalPropertyDescriptorBuilder<'a>
impl<'a> InternalPropertyDescriptorBuilder<'a>
Sourcepub fn value(self, value: RemoteObject<'a>) -> Self
pub fn value(self, value: RemoteObject<'a>) -> Self
The value associated with the property.
pub fn build(self) -> InternalPropertyDescriptor<'a>
Auto Trait Implementations§
impl<'a> Freeze for InternalPropertyDescriptorBuilder<'a>
impl<'a> RefUnwindSafe for InternalPropertyDescriptorBuilder<'a>
impl<'a> Send for InternalPropertyDescriptorBuilder<'a>
impl<'a> Sync for InternalPropertyDescriptorBuilder<'a>
impl<'a> Unpin for InternalPropertyDescriptorBuilder<'a>
impl<'a> UnsafeUnpin for InternalPropertyDescriptorBuilder<'a>
impl<'a> UnwindSafe for InternalPropertyDescriptorBuilder<'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