pub enum BuilderObtainUserInfoOutput {
None,
Static(UserInfo),
Respond(UserInfoEndpointBox),
}
Variants
None
Static(UserInfo)
Respond(UserInfoEndpointBox)
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for BuilderObtainUserInfoOutput
impl Send for BuilderObtainUserInfoOutput
impl Sync for BuilderObtainUserInfoOutput
impl Unpin for BuilderObtainUserInfoOutput
impl !UnwindSafe for BuilderObtainUserInfoOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more