pub struct UpdateTerminalBodyBuilder { /* private fields */ }
Expand description
Builder for UpdateTerminalBody
.
Implementations§
Source§impl UpdateTerminalBodyBuilder
impl UpdateTerminalBodyBuilder
Sourcepub fn build(
&self,
) -> Result<UpdateTerminalBody, UpdateTerminalBodyBuilderError>
pub fn build( &self, ) -> Result<UpdateTerminalBody, UpdateTerminalBodyBuilderError>
Trait Implementations§
Source§impl Clone for UpdateTerminalBodyBuilder
impl Clone for UpdateTerminalBodyBuilder
Source§fn clone(&self) -> UpdateTerminalBodyBuilder
fn clone(&self) -> UpdateTerminalBodyBuilder
Returns a copy 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 UpdateTerminalBodyBuilder
impl RefUnwindSafe for UpdateTerminalBodyBuilder
impl Send for UpdateTerminalBodyBuilder
impl Sync for UpdateTerminalBodyBuilder
impl Unpin for UpdateTerminalBodyBuilder
impl UnwindSafe for UpdateTerminalBodyBuilder
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