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