pub struct GetStrings;Trait Implementations§
Source§impl Method for GetStrings
impl Method for GetStrings
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 = ArgumentsGetStringsRequest<'static>
type Request = ArgumentsGetStringsRequest<'static>
The request payload for the method.
Source§impl<___R> Respond<___R> for GetStrings
impl<___R> Respond<___R> for GetStrings
Source§type Output = Strict<ArgumentsGetStringsResponse<___R>>
type Output = Strict<ArgumentsGetStringsResponse<___R>>
The returned response type.
Source§fn respond(response: ___R) -> <GetStrings as Respond<___R>>::Output
fn respond(response: ___R) -> <GetStrings as Respond<___R>>::Output
Makes a response from the given input.
Source§impl TwoWayMethod for GetStrings
impl TwoWayMethod for GetStrings
Source§type Response = Strict<ArgumentsGetStringsResponse<'static>>
type Response = Strict<ArgumentsGetStringsResponse<'static>>
The response message for the method.
Auto Trait Implementations§
impl Freeze for GetStrings
impl RefUnwindSafe for GetStrings
impl Send for GetStrings
impl Sync for GetStrings
impl Unpin for GetStrings
impl UnsafeUnpin for GetStrings
impl UnwindSafe for GetStrings
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]