pub struct SupportedHazelcastApiMapping {
pub api: String,
pub migration_hint: String,
}Expand description
One supported Hazelcast API migration mapping and its caveat.
Fields§
§api: StringHazelcast API surface.
migration_hint: StringHuman migration hint.
Trait Implementations§
Source§impl Clone for SupportedHazelcastApiMapping
impl Clone for SupportedHazelcastApiMapping
Source§fn clone(&self) -> SupportedHazelcastApiMapping
fn clone(&self) -> SupportedHazelcastApiMapping
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SupportedHazelcastApiMapping
impl Debug for SupportedHazelcastApiMapping
impl Eq for SupportedHazelcastApiMapping
Source§impl PartialEq for SupportedHazelcastApiMapping
impl PartialEq for SupportedHazelcastApiMapping
Source§fn eq(&self, other: &SupportedHazelcastApiMapping) -> bool
fn eq(&self, other: &SupportedHazelcastApiMapping) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SupportedHazelcastApiMapping
Auto Trait Implementations§
impl Freeze for SupportedHazelcastApiMapping
impl RefUnwindSafe for SupportedHazelcastApiMapping
impl Send for SupportedHazelcastApiMapping
impl Sync for SupportedHazelcastApiMapping
impl Unpin for SupportedHazelcastApiMapping
impl UnsafeUnpin for SupportedHazelcastApiMapping
impl UnwindSafe for SupportedHazelcastApiMapping
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