pub struct SubscriptionIdentifierAvailable(pub u8);
Tuple Fields§
§0: u8
Trait Implementations§
Source§impl Clone for SubscriptionIdentifierAvailable
impl Clone for SubscriptionIdentifierAvailable
Source§fn clone(&self) -> SubscriptionIdentifierAvailable
fn clone(&self) -> SubscriptionIdentifierAvailable
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 PartialEq for SubscriptionIdentifierAvailable
impl PartialEq for SubscriptionIdentifierAvailable
Source§fn eq(&self, other: &SubscriptionIdentifierAvailable) -> bool
fn eq(&self, other: &SubscriptionIdentifierAvailable) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for SubscriptionIdentifierAvailable
Auto Trait Implementations§
impl Freeze for SubscriptionIdentifierAvailable
impl RefUnwindSafe for SubscriptionIdentifierAvailable
impl Send for SubscriptionIdentifierAvailable
impl Sync for SubscriptionIdentifierAvailable
impl Unpin for SubscriptionIdentifierAvailable
impl UnwindSafe for SubscriptionIdentifierAvailable
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