pub struct IncomingApplicationService {
pub identifier: IncomingUserIdentifier,
}Available on crate features
client or server only.Expand description
‘Incoming’ variant of ApplicationService.
Fields§
§identifier: IncomingUserIdentifierIdentification information for the user.
Trait Implementations§
Source§impl Debug for IncomingApplicationService
impl Debug for IncomingApplicationService
Source§impl<'de> Deserialize<'de> for IncomingApplicationService
impl<'de> Deserialize<'de> for IncomingApplicationService
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for IncomingApplicationService
impl RefUnwindSafe for IncomingApplicationService
impl Send for IncomingApplicationService
impl Sync for IncomingApplicationService
impl Unpin for IncomingApplicationService
impl UnwindSafe for IncomingApplicationService
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