pub struct CreationEventDetailsBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> CreationEventDetailsBuilder<'a>
impl<'a> CreationEventDetailsBuilder<'a>
Sourcepub fn newSession(self, newSession: DeviceBoundSession<'a>) -> Self
pub fn newSession(self, newSession: DeviceBoundSession<'a>) -> Self
The session if there was a newly created session. This is populated for all successful creation events.
Sourcepub fn failedRequest(
self,
failedRequest: DeviceBoundSessionFailedRequest<'a>,
) -> Self
pub fn failedRequest( self, failedRequest: DeviceBoundSessionFailedRequest<'a>, ) -> Self
Details about a failed device bound session network request if there was one.
pub fn build(self) -> CreationEventDetails<'a>
Auto Trait Implementations§
impl<'a> Freeze for CreationEventDetailsBuilder<'a>
impl<'a> RefUnwindSafe for CreationEventDetailsBuilder<'a>
impl<'a> Send for CreationEventDetailsBuilder<'a>
impl<'a> Sync for CreationEventDetailsBuilder<'a>
impl<'a> Unpin for CreationEventDetailsBuilder<'a>
impl<'a> UnsafeUnpin for CreationEventDetailsBuilder<'a>
impl<'a> UnwindSafe for CreationEventDetailsBuilder<'a>
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