pub struct SimulateDescriptorOperationResponseBuilder { /* private fields */ }Implementations§
Source§impl SimulateDescriptorOperationResponseBuilder
impl SimulateDescriptorOperationResponseBuilder
pub fn descriptor_id(self, descriptor_id: impl Into<String>) -> Self
pub fn type(self, type: impl Into<DescriptorOperationType>) -> Self
pub fn code(self, code: impl Into<i64>) -> Self
pub fn data(self, data: impl Into<Binary>) -> Self
pub fn build(self) -> Result<SimulateDescriptorOperationResponse, String>
Trait Implementations§
Source§impl Clone for SimulateDescriptorOperationResponseBuilder
impl Clone for SimulateDescriptorOperationResponseBuilder
Source§fn clone(&self) -> SimulateDescriptorOperationResponseBuilder
fn clone(&self) -> SimulateDescriptorOperationResponseBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for SimulateDescriptorOperationResponseBuilder
impl Default for SimulateDescriptorOperationResponseBuilder
Source§fn default() -> SimulateDescriptorOperationResponseBuilder
fn default() -> SimulateDescriptorOperationResponseBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SimulateDescriptorOperationResponseBuilder
impl RefUnwindSafe for SimulateDescriptorOperationResponseBuilder
impl Send for SimulateDescriptorOperationResponseBuilder
impl Sync for SimulateDescriptorOperationResponseBuilder
impl Unpin for SimulateDescriptorOperationResponseBuilder
impl UnsafeUnpin for SimulateDescriptorOperationResponseBuilder
impl UnwindSafe for SimulateDescriptorOperationResponseBuilder
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