pub struct ServiceNotification {
pub partition_info: ServicePartitionInformation,
pub partition_id: GUID,
pub endpoints: ServiceEndpointList,
/* private fields */
}
Expand description
Content of the service notification callback.
Fields§
§partition_info: ServicePartitionInformation
§partition_id: GUID
§endpoints: ServiceEndpointList
Implementations§
source§impl ServiceNotification
impl ServiceNotification
pub fn get_version(&self) -> Result<ServiceEndpointsVersion>
Trait Implementations§
source§impl Clone for ServiceNotification
impl Clone for ServiceNotification
source§fn clone(&self) -> ServiceNotification
fn clone(&self) -> ServiceNotification
Returns a copy of the value. Read more
1.6.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for ServiceNotification
impl RefUnwindSafe for ServiceNotification
impl Send for ServiceNotification
impl Sync for ServiceNotification
impl Unpin for ServiceNotification
impl UnwindSafe for ServiceNotification
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)