pub struct UndefinedBuilder { /* private fields */ }
Expand description
Builder for Undefined
.
Implementations§
Source§impl UndefinedBuilder
impl UndefinedBuilder
Sourcepub fn path<VALUE: Into<JSONPath>>(self, value: VALUE) -> Self
pub fn path<VALUE: Into<JSONPath>>(self, value: VALUE) -> Self
Must be a JSON Pointer If the “path” member is not specified within the predicate object, it’s value is assumed to be an empty string.
Sourcepub fn build(self) -> Result<Undefined, UndefinedBuilderError>
pub fn build(self) -> Result<Undefined, UndefinedBuilderError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UndefinedBuilder
impl RefUnwindSafe for UndefinedBuilder
impl Send for UndefinedBuilder
impl Sync for UndefinedBuilder
impl Unpin for UndefinedBuilder
impl UnwindSafe for UndefinedBuilder
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