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