pub struct UserAttentionTypeWrapper(pub UserAttentionType);
Tuple Fields§
§0: UserAttentionType
Trait Implementations§
source§impl Clone for UserAttentionTypeWrapper
impl Clone for UserAttentionTypeWrapper
source§fn clone(&self) -> UserAttentionTypeWrapper
fn clone(&self) -> UserAttentionTypeWrapper
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for UserAttentionTypeWrapper
impl Debug for UserAttentionTypeWrapper
source§impl From<UserAttentionType> for UserAttentionTypeWrapper
impl From<UserAttentionType> for UserAttentionTypeWrapper
source§fn from(request_type: UserAttentionType) -> Self
fn from(request_type: UserAttentionType) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for UserAttentionTypeWrapper
impl RefUnwindSafe for UserAttentionTypeWrapper
impl Send for UserAttentionTypeWrapper
impl Sync for UserAttentionTypeWrapper
impl Unpin for UserAttentionTypeWrapper
impl UnwindSafe for UserAttentionTypeWrapper
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)