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>
Trait Implementations§
source§impl Clone for ResolvedServicePartition
impl Clone for ResolvedServicePartition
source§fn clone(&self) -> ResolvedServicePartition
fn clone(&self) -> ResolvedServicePartition
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 moreAuto 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
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
)