pub struct XlaSendToHost { /* private fields */ }
Expand description
Builder for the XlaSendToHost
operation.
Implementations§
Source§impl XlaSendToHost
impl XlaSendToHost
Trait Implementations§
Source§impl Debug for XlaSendToHost
impl Debug for XlaSendToHost
Source§impl Default for XlaSendToHost
impl Default for XlaSendToHost
Source§fn default() -> XlaSendToHost
fn default() -> XlaSendToHost
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for XlaSendToHost
impl RefUnwindSafe for XlaSendToHost
impl Send for XlaSendToHost
impl Sync for XlaSendToHost
impl Unpin for XlaSendToHost
impl UnwindSafe for XlaSendToHost
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