pub struct ProtocolValueBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> ProtocolValueBuilder<'a>
impl<'a> ProtocolValueBuilder<'a>
Sourcepub fn range(self, range: SourceRange) -> Self
pub fn range(self, range: SourceRange) -> Self
Value range in the underlying resource (if available).
Sourcepub fn specificity(self, specificity: Specificity) -> Self
pub fn specificity(self, specificity: Specificity) -> Self
Specificity of the selector.
pub fn build(self) -> ProtocolValue<'a>
Auto Trait Implementations§
impl<'a> Freeze for ProtocolValueBuilder<'a>
impl<'a> RefUnwindSafe for ProtocolValueBuilder<'a>
impl<'a> Send for ProtocolValueBuilder<'a>
impl<'a> Sync for ProtocolValueBuilder<'a>
impl<'a> Unpin for ProtocolValueBuilder<'a>
impl<'a> UnsafeUnpin for ProtocolValueBuilder<'a>
impl<'a> UnwindSafe for ProtocolValueBuilder<'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