pub struct LogSettings;Expand description
The type corresponding to the LogSettings protocol. This protocol allows clients to modify the logging behavior of components in the system.
Trait Implementations§
Source§impl ClientCompatFrom<LogSettingsProxy> for LogSettings
Available on Fuchsia only.
impl ClientCompatFrom<LogSettingsProxy> for LogSettings
Available on Fuchsia only.
Source§fn client_compat_from(
proxy: LogSettingsProxy,
) -> ClientDispatcher<Self, Channel>
fn client_compat_from( proxy: LogSettingsProxy, ) -> ClientDispatcher<Self, Channel>
Converts
proxy into a Client for this protocol.Source§impl CompatFrom<LogSettings> for LogSettingsMarker
impl CompatFrom<LogSettings> for LogSettingsMarker
Source§fn compat_from(_: LogSettings) -> Self
fn compat_from(_: LogSettings) -> Self
Converts
value into a value of this type.Source§impl CompatFrom<LogSettingsMarker> for LogSettings
impl CompatFrom<LogSettingsMarker> for LogSettings
Source§fn compat_from(_: LogSettingsMarker) -> Self
fn compat_from(_: LogSettingsMarker) -> Self
Converts
value into a value of this type.Source§impl Debug for LogSettings
impl Debug for LogSettings
Source§impl Discoverable for LogSettings
impl Discoverable for LogSettings
Source§const PROTOCOL_NAME: &'static str = "fuchsia.diagnostics.LogSettings"
const PROTOCOL_NAME: &'static str = "fuchsia.diagnostics.LogSettings"
The service name to use to connect to this discoverable protocol.
Source§impl<___H, ___T> DispatchClientMessage<___H, ___T> for LogSettingswhere
___H: LogSettingsClientHandler<___T> + Send,
___T: Transport,
impl<___H, ___T> DispatchClientMessage<___H, ___T> for LogSettingswhere
___H: LogSettingsClientHandler<___T> + Send,
___T: Transport,
Source§impl<___H, ___T> DispatchServerMessage<___H, ___T> for LogSettingswhere
___H: LogSettingsServerHandler<___T> + Send,
___T: Transport,
for<'de> LogSettingsSetComponentInterestRequest<'de>: Decode<<<___T as Transport>::RecvBuffer as AsDecoder<'de>>::Decoder, Constraint = ()>,
impl<___H, ___T> DispatchServerMessage<___H, ___T> for LogSettingswhere
___H: LogSettingsServerHandler<___T> + Send,
___T: Transport,
for<'de> LogSettingsSetComponentInterestRequest<'de>: Decode<<<___T as Transport>::RecvBuffer as AsDecoder<'de>>::Decoder, Constraint = ()>,
Source§impl<___T> HasConnectionHandles<___T> for LogSettingswhere
___T: Transport,
impl<___T> HasConnectionHandles<___T> for LogSettingswhere
___T: Transport,
Source§impl HasTransport for LogSettings
Available on Fuchsia only.
impl HasTransport for LogSettings
Available on Fuchsia only.
Source§impl PartialEq for LogSettings
impl PartialEq for LogSettings
impl StructuralPartialEq for LogSettings
Auto Trait Implementations§
impl Freeze for LogSettings
impl RefUnwindSafe for LogSettings
impl Send for LogSettings
impl Sync for LogSettings
impl Unpin for LogSettings
impl UnsafeUnpin for LogSettings
impl UnwindSafe for LogSettings
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
Source§impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
Source§impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
§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]