pub struct OperationBuilder { /* private fields */ }Implementations§
Source§impl OperationBuilder
impl OperationBuilder
pub fn title(self, title: impl Into<String>) -> Self
pub fn output_schema<Output: JsonSchema>(self) -> Self
Trait Implementations§
Source§impl Clone for OperationBuilder
impl Clone for OperationBuilder
Source§fn clone(&self) -> OperationBuilder
fn clone(&self) -> OperationBuilder
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OperationBuilder
impl Debug for OperationBuilder
Source§impl From<OperationBuilder> for ManifestEntry
impl From<OperationBuilder> for ManifestEntry
Source§fn from(value: OperationBuilder) -> Self
fn from(value: OperationBuilder) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for OperationBuilder
impl RefUnwindSafe for OperationBuilder
impl Send for OperationBuilder
impl Sync for OperationBuilder
impl Unpin for OperationBuilder
impl UnsafeUnpin for OperationBuilder
impl UnwindSafe for OperationBuilder
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