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