Struct AdaptiveNotificationContentKind
#[repr(transparent)]pub struct AdaptiveNotificationContentKind(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl AdaptiveNotificationContentKind
impl AdaptiveNotificationContentKind
pub const Text: Self = _
Trait Implementations§
§impl Clone for AdaptiveNotificationContentKind
impl Clone for AdaptiveNotificationContentKind
§fn clone(&self) -> AdaptiveNotificationContentKind
fn clone(&self) -> AdaptiveNotificationContentKind
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 more§impl Debug for AdaptiveNotificationContentKind
impl Debug for AdaptiveNotificationContentKind
§impl Default for AdaptiveNotificationContentKind
impl Default for AdaptiveNotificationContentKind
§fn default() -> AdaptiveNotificationContentKind
fn default() -> AdaptiveNotificationContentKind
Returns the “default value” for a type. Read more
impl Copy for AdaptiveNotificationContentKind
impl Eq for AdaptiveNotificationContentKind
impl StructuralPartialEq for AdaptiveNotificationContentKind
Auto Trait Implementations§
impl Freeze for AdaptiveNotificationContentKind
impl RefUnwindSafe for AdaptiveNotificationContentKind
impl Send for AdaptiveNotificationContentKind
impl Sync for AdaptiveNotificationContentKind
impl Unpin for AdaptiveNotificationContentKind
impl UnwindSafe for AdaptiveNotificationContentKind
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