pub struct PostGetIndexerHealthBody { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for PostGetIndexerHealthBody
impl Clone for PostGetIndexerHealthBody
Source§fn clone(&self) -> PostGetIndexerHealthBody
fn clone(&self) -> PostGetIndexerHealthBody
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 PostGetIndexerHealthBody
impl Debug for PostGetIndexerHealthBody
Source§impl Default for PostGetIndexerHealthBody
impl Default for PostGetIndexerHealthBody
Source§impl From<PostGetIndexerHealthBody> for PostGetIndexerHealthBody
impl From<PostGetIndexerHealthBody> for PostGetIndexerHealthBody
Source§fn from(value: PostGetIndexerHealthBody) -> Self
fn from(value: PostGetIndexerHealthBody) -> Self
Converts to this type from the input type.
Source§impl TryFrom<PostGetIndexerHealthBody> for PostGetIndexerHealthBody
impl TryFrom<PostGetIndexerHealthBody> for PostGetIndexerHealthBody
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: PostGetIndexerHealthBody) -> Result<Self, ConversionError>
fn try_from(value: PostGetIndexerHealthBody) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for PostGetIndexerHealthBody
impl RefUnwindSafe for PostGetIndexerHealthBody
impl Send for PostGetIndexerHealthBody
impl Sync for PostGetIndexerHealthBody
impl Unpin for PostGetIndexerHealthBody
impl UnsafeUnpin for PostGetIndexerHealthBody
impl UnwindSafe for PostGetIndexerHealthBody
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