pub struct abTestKey;
Trait Implementations§
impl HasInputField<abTestKey, Option<String>> for UpdateUserDataInput
Auto Trait Implementations§
impl Freeze for abTestKey
impl RefUnwindSafe for abTestKey
impl Send for abTestKey
impl Sync for abTestKey
impl Unpin for abTestKey
impl UnwindSafe for abTestKey
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