pub struct UserIdentifierAvailableServerInput {
pub user_identifier: String,
}Fields§
§user_identifier: StringImplementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for UserIdentifierAvailableServerInput
impl<'de> Deserialize<'de> for UserIdentifierAvailableServerInput
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 UserIdentifierAvailableServerInput
impl RefUnwindSafe for UserIdentifierAvailableServerInput
impl Send for UserIdentifierAvailableServerInput
impl Sync for UserIdentifierAvailableServerInput
impl Unpin for UserIdentifierAvailableServerInput
impl UnwindSafe for UserIdentifierAvailableServerInput
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