pub struct AttachToTargetReturnObjectBuilder { /* private fields */ }Expand description
Builder for AttachToTargetReturnObject.
Implementations§
Source§impl AttachToTargetReturnObjectBuilder
impl AttachToTargetReturnObjectBuilder
Sourcepub fn session_id(&mut self, value: SessionId) -> &mut Self
pub fn session_id(&mut self, value: SessionId) -> &mut Self
Id assigned to the session.
Sourcepub fn build(
&self,
) -> Result<AttachToTargetReturnObject, AttachToTargetReturnObjectBuilderError>
pub fn build( &self, ) -> Result<AttachToTargetReturnObject, AttachToTargetReturnObjectBuilderError>
Trait Implementations§
Source§impl Clone for AttachToTargetReturnObjectBuilder
impl Clone for AttachToTargetReturnObjectBuilder
Source§fn clone(&self) -> AttachToTargetReturnObjectBuilder
fn clone(&self) -> AttachToTargetReturnObjectBuilder
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 AttachToTargetReturnObjectBuilder
impl RefUnwindSafe for AttachToTargetReturnObjectBuilder
impl Send for AttachToTargetReturnObjectBuilder
impl Sync for AttachToTargetReturnObjectBuilder
impl Unpin for AttachToTargetReturnObjectBuilder
impl UnsafeUnpin for AttachToTargetReturnObjectBuilder
impl UnwindSafe for AttachToTargetReturnObjectBuilder
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