pub struct SetRecordingBuilder { /* private fields */ }Expand description
Builder for SetRecording.
Implementations§
Source§impl SetRecordingBuilder
impl SetRecordingBuilder
pub fn should_record<VALUE: Into<bool>>(&mut self, value: VALUE) -> &mut Self
pub fn service<VALUE: Into<ServiceName>>(&mut self, value: VALUE) -> &mut Self
Sourcepub fn build(&self) -> Result<SetRecording, SetRecordingBuilderError>
pub fn build(&self) -> Result<SetRecording, SetRecordingBuilderError>
Trait Implementations§
Source§impl Clone for SetRecordingBuilder
impl Clone for SetRecordingBuilder
Source§fn clone(&self) -> SetRecordingBuilder
fn clone(&self) -> SetRecordingBuilder
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 moreAuto Trait Implementations§
impl Freeze for SetRecordingBuilder
impl RefUnwindSafe for SetRecordingBuilder
impl Send for SetRecordingBuilder
impl Sync for SetRecordingBuilder
impl Unpin for SetRecordingBuilder
impl UnsafeUnpin for SetRecordingBuilder
impl UnwindSafe for SetRecordingBuilder
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