pub struct GetBootloaderFile;Trait Implementations§
Source§impl Method for GetBootloaderFile
impl Method for GetBootloaderFile
Source§const FLEXIBILITY: Flexibility = ::fidl_next::protocol::Flexibility::Strict
const FLEXIBILITY: Flexibility = ::fidl_next::protocol::Flexibility::Strict
The flexibility of the method.
Source§type Request = ItemsGetBootloaderFileRequest<'static>
type Request = ItemsGetBootloaderFileRequest<'static>
The request payload for the method.
Source§impl<___R> Respond<___R> for GetBootloaderFile
impl<___R> Respond<___R> for GetBootloaderFile
Source§impl TwoWayMethod for GetBootloaderFile
impl TwoWayMethod for GetBootloaderFile
Source§type Response = Strict<ItemsGetBootloaderFileResponse>
type Response = Strict<ItemsGetBootloaderFileResponse>
The response message for the method.
Auto Trait Implementations§
impl Freeze for GetBootloaderFile
impl RefUnwindSafe for GetBootloaderFile
impl Send for GetBootloaderFile
impl Sync for GetBootloaderFile
impl Unpin for GetBootloaderFile
impl UnsafeUnpin for GetBootloaderFile
impl UnwindSafe for GetBootloaderFile
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
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T to [Self]