pub struct UnsupportedHazelcastApi {
pub api: String,
pub migration_hint: String,
}Expand description
One unsupported Hazelcast API and its migration hint.
Fields§
§api: StringHazelcast API surface.
migration_hint: StringHuman migration hint.
Trait Implementations§
Source§impl Clone for UnsupportedHazelcastApi
impl Clone for UnsupportedHazelcastApi
Source§fn clone(&self) -> UnsupportedHazelcastApi
fn clone(&self) -> UnsupportedHazelcastApi
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 UnsupportedHazelcastApi
impl Debug for UnsupportedHazelcastApi
impl Eq for UnsupportedHazelcastApi
Source§impl PartialEq for UnsupportedHazelcastApi
impl PartialEq for UnsupportedHazelcastApi
Source§fn eq(&self, other: &UnsupportedHazelcastApi) -> bool
fn eq(&self, other: &UnsupportedHazelcastApi) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UnsupportedHazelcastApi
Auto Trait Implementations§
impl Freeze for UnsupportedHazelcastApi
impl RefUnwindSafe for UnsupportedHazelcastApi
impl Send for UnsupportedHazelcastApi
impl Sync for UnsupportedHazelcastApi
impl Unpin for UnsupportedHazelcastApi
impl UnsafeUnpin for UnsupportedHazelcastApi
impl UnwindSafe for UnsupportedHazelcastApi
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