pub struct GetBtiByName;Trait Implementations§
Source§impl Method for GetBtiByName
impl Method for GetBtiByName
Source§const FLEXIBILITY: Flexibility = ::fidl_next::protocol::Flexibility::Flexible
const FLEXIBILITY: Flexibility = ::fidl_next::protocol::Flexibility::Flexible
The flexibility of the method.
Source§type Request = DeviceGetBtiByNameRequest<'static>
type Request = DeviceGetBtiByNameRequest<'static>
The request payload for the method.
Source§impl<___R> Respond<___R> for GetBtiByName
impl<___R> Respond<___R> for GetBtiByName
Source§impl<___R> RespondErr<___R> for GetBtiByName
impl<___R> RespondErr<___R> for GetBtiByName
Source§impl TwoWayMethod for GetBtiByName
impl TwoWayMethod for GetBtiByName
Source§type Response = FlexibleResult<'static, DeviceGetBtiByNameResponse, Int32>
type Response = FlexibleResult<'static, DeviceGetBtiByNameResponse, Int32>
The response payload for the method.
Auto Trait Implementations§
impl Freeze for GetBtiByName
impl RefUnwindSafe for GetBtiByName
impl Send for GetBtiByName
impl Sync for GetBtiByName
impl Unpin for GetBtiByName
impl UnsafeUnpin for GetBtiByName
impl UnwindSafe for GetBtiByName
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]