pub struct SetVerboseLogging;Trait Implementations§
Source§impl Method for SetVerboseLogging
impl Method for SetVerboseLogging
Source§const FLEXIBILITY: Flexibility = ::fidl_next::protocol::Flexibility::Flexible
const FLEXIBILITY: Flexibility = ::fidl_next::protocol::Flexibility::Flexible
The flexibility of the method.
Auto Trait Implementations§
impl Freeze for SetVerboseLogging
impl RefUnwindSafe for SetVerboseLogging
impl Send for SetVerboseLogging
impl Sync for SetVerboseLogging
impl Unpin for SetVerboseLogging
impl UnsafeUnpin for SetVerboseLogging
impl UnwindSafe for SetVerboseLogging
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]