pub struct SetBandwidth;Trait Implementations§
Source§impl Method for SetBandwidth
impl Method for SetBandwidth
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 = BandwidthRequest<'static>
type Request = BandwidthRequest<'static>
The request payload for the method.
Source§impl<___R> Respond<___R> for SetBandwidth
impl<___R> Respond<___R> for SetBandwidth
Source§impl<___R> RespondErr<___R> for SetBandwidth
impl<___R> RespondErr<___R> for SetBandwidth
Auto Trait Implementations§
impl Freeze for SetBandwidth
impl RefUnwindSafe for SetBandwidth
impl Send for SetBandwidth
impl Sync for SetBandwidth
impl Unpin for SetBandwidth
impl UnsafeUnpin for SetBandwidth
impl UnwindSafe for SetBandwidth
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]