pub struct ConfigServiceProxy(/* private fields */);
Implementations§
source§impl ConfigServiceProxy
impl ConfigServiceProxy
pub fn connect_to_puppet(&self) -> Result<ConfigReceiverPuppetProxy, Error>
Trait Implementations§
source§impl ServiceProxy for ConfigServiceProxy
impl ServiceProxy for ConfigServiceProxy
§type Service = ConfigServiceMarker
type Service = ConfigServiceMarker
The FIDL service this proxy represents.
Auto Trait Implementations§
impl !RefUnwindSafe for ConfigServiceProxy
impl !Send for ConfigServiceProxy
impl !Sync for ConfigServiceProxy
impl Unpin for ConfigServiceProxy
impl !UnwindSafe for ConfigServiceProxy
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