pub struct SrpServerServiceUpdateId(/* private fields */);
Expand description
The ID of a SRP service update transaction on the SRP Server.
Functional equivalent of
otsys::otSrpServerServiceUpdateId
.
Trait Implementations§
Source§impl Clone for SrpServerServiceUpdateId
impl Clone for SrpServerServiceUpdateId
Source§fn clone(&self) -> SrpServerServiceUpdateId
fn clone(&self) -> SrpServerServiceUpdateId
Returns a duplicate 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 SrpServerServiceUpdateId
impl Debug for SrpServerServiceUpdateId
Source§impl Hash for SrpServerServiceUpdateId
impl Hash for SrpServerServiceUpdateId
Source§impl PartialEq for SrpServerServiceUpdateId
impl PartialEq for SrpServerServiceUpdateId
impl Eq for SrpServerServiceUpdateId
impl StructuralPartialEq for SrpServerServiceUpdateId
Auto Trait Implementations§
impl Freeze for SrpServerServiceUpdateId
impl RefUnwindSafe for SrpServerServiceUpdateId
impl Send for SrpServerServiceUpdateId
impl Sync for SrpServerServiceUpdateId
impl Unpin for SrpServerServiceUpdateId
impl UnwindSafe for SrpServerServiceUpdateId
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