pub struct SmscTimestamp { /* private fields */ }Expand description
Service centre timestamp.
Trait Implementations§
Source§impl Clone for SmscTimestamp
impl Clone for SmscTimestamp
Source§fn clone(&self) -> SmscTimestamp
fn clone(&self) -> SmscTimestamp
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SmscTimestamp
impl Debug for SmscTimestamp
Source§impl PartialEq for SmscTimestamp
impl PartialEq for SmscTimestamp
Source§fn eq(&self, other: &SmscTimestamp) -> bool
fn eq(&self, other: &SmscTimestamp) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<'a> TryFrom<&'a [u8]> for SmscTimestamp
impl<'a> TryFrom<&'a [u8]> for SmscTimestamp
Source§type Error = HuaweiError
type Error = HuaweiError
The type returned in the event of a conversion error.
Source§fn try_from(b: &[u8]) -> HuaweiResult<Self>
fn try_from(b: &[u8]) -> HuaweiResult<Self>
Performs the conversion.
impl Eq for SmscTimestamp
impl StructuralPartialEq for SmscTimestamp
Auto Trait Implementations§
impl Freeze for SmscTimestamp
impl RefUnwindSafe for SmscTimestamp
impl Send for SmscTimestamp
impl Sync for SmscTimestamp
impl Unpin for SmscTimestamp
impl UnsafeUnpin for SmscTimestamp
impl UnwindSafe for SmscTimestamp
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