pub struct EndhostApiGroup {
pub apis: Vec<EndhostApiInfo>,
}Expand description
Unordered group of Endhost APIs the client can failover between.
Fields§
§apis: Vec<EndhostApiInfo>The set of endhost APIs.
Trait Implementations§
Source§impl Clone for EndhostApiGroup
impl Clone for EndhostApiGroup
Source§fn clone(&self) -> EndhostApiGroup
fn clone(&self) -> EndhostApiGroup
Returns a duplicate 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 moreSource§impl Debug for EndhostApiGroup
impl Debug for EndhostApiGroup
Source§impl From<EndhostApiGroup> for RpcEndhostApiGroup
impl From<EndhostApiGroup> for RpcEndhostApiGroup
Source§fn from(value: EndhostApiGroup) -> Self
fn from(value: EndhostApiGroup) -> Self
Converts to this type from the input type.
Source§impl Hash for EndhostApiGroup
impl Hash for EndhostApiGroup
Source§impl PartialEq for EndhostApiGroup
impl PartialEq for EndhostApiGroup
Source§impl TryFrom<RpcEndhostApiGroup> for EndhostApiGroup
impl TryFrom<RpcEndhostApiGroup> for EndhostApiGroup
Source§type Error = EndhostApiFromRpcError
type Error = EndhostApiFromRpcError
The type returned in the event of a conversion error.
impl Eq for EndhostApiGroup
impl StructuralPartialEq for EndhostApiGroup
Auto Trait Implementations§
impl Freeze for EndhostApiGroup
impl RefUnwindSafe for EndhostApiGroup
impl Send for EndhostApiGroup
impl Sync for EndhostApiGroup
impl Unpin for EndhostApiGroup
impl UnsafeUnpin for EndhostApiGroup
impl UnwindSafe for EndhostApiGroup
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