Struct mssf_core::client::svc_mgmt_client::ResolvedServicePartition
source · pub struct ResolvedServicePartition { /* private fields */ }
Implementations§
source§impl ResolvedServicePartition
impl ResolvedServicePartition
pub fn get_info(&self) -> ResolvedServicePartitionInfo
pub fn get_endpoint_list(&self) -> ResolvedServiceEndpointList
pub fn compare_version(&self, other: &ResolvedServicePartition) -> Result<i32>
Auto Trait Implementations§
impl Freeze for ResolvedServicePartition
impl RefUnwindSafe for ResolvedServicePartition
impl Send for ResolvedServicePartition
impl Sync for ResolvedServicePartition
impl Unpin for ResolvedServicePartition
impl UnwindSafe for ResolvedServicePartition
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