pub struct SrpServerServiceUpdateId(/* private fields */);
Expand description
The ID of a SRP service update transaction on the SRP Server.
This type will panic if dropped without being fed
to SrpServer::srp_server_handle_service_update_result
.
Functional equivalent of
otsys::otSrpServerServiceUpdateId
.
Trait Implementations§
Source§impl Debug for SrpServerServiceUpdateId
impl Debug 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