pub struct DeleteScheduleOptionsBuilder<S: State = Empty> { /* private fields */ }Expand description
Use builder syntax to set the inputs and finish with build().
Implementations§
Source§impl<S: State> DeleteScheduleOptionsBuilder<S>
impl<S: State> DeleteScheduleOptionsBuilder<S>
Sourcepub fn build(self) -> DeleteScheduleOptionswhere
S: IsComplete,
pub fn build(self) -> DeleteScheduleOptionswhere
S: IsComplete,
Finish building and return the requested object
Sourcepub fn rpc_options(
self,
value: RpcOptions,
) -> DeleteScheduleOptionsBuilder<SetRpcOptions<S>>where
S::RpcOptions: IsUnset,
pub fn rpc_options(
self,
value: RpcOptions,
) -> DeleteScheduleOptionsBuilder<SetRpcOptions<S>>where
S::RpcOptions: IsUnset,
Sourcepub fn maybe_rpc_options(
self,
value: Option<RpcOptions>,
) -> DeleteScheduleOptionsBuilder<SetRpcOptions<S>>where
S::RpcOptions: IsUnset,
pub fn maybe_rpc_options(
self,
value: Option<RpcOptions>,
) -> DeleteScheduleOptionsBuilder<SetRpcOptions<S>>where
S::RpcOptions: IsUnset,
Auto Trait Implementations§
impl<S> Freeze for DeleteScheduleOptionsBuilder<S>
impl<S> RefUnwindSafe for DeleteScheduleOptionsBuilder<S>
impl<S> Send for DeleteScheduleOptionsBuilder<S>
impl<S> Sync for DeleteScheduleOptionsBuilder<S>
impl<S> Unpin for DeleteScheduleOptionsBuilder<S>
impl<S> UnsafeUnpin for DeleteScheduleOptionsBuilder<S>
impl<S> UnwindSafe for DeleteScheduleOptionsBuilder<S>
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
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request