pub struct ConnectionIdUpdatedBuilder { /* private fields */ }Expand description
Builder for ConnectionIdUpdated.
Implementations§
Source§impl ConnectionIdUpdatedBuilder
impl ConnectionIdUpdatedBuilder
pub fn build(&mut self) -> ConnectionIdUpdated
Trait Implementations§
Source§impl Clone for ConnectionIdUpdatedBuilder
impl Clone for ConnectionIdUpdatedBuilder
Source§fn clone(&self) -> ConnectionIdUpdatedBuilder
fn clone(&self) -> ConnectionIdUpdatedBuilder
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 ConnectionIdUpdatedBuilder
impl RefUnwindSafe for ConnectionIdUpdatedBuilder
impl Send for ConnectionIdUpdatedBuilder
impl Sync for ConnectionIdUpdatedBuilder
impl Unpin for ConnectionIdUpdatedBuilder
impl UnsafeUnpin for ConnectionIdUpdatedBuilder
impl UnwindSafe for ConnectionIdUpdatedBuilder
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