pub enum SetupHandleRequest {}
Expand description
Handle returned when using NetworkContext.Setup for quick network configuration. Networks and endpoints created by Setup are tied to the lifecycle of the SetupHandle’s channel.
Implementations§
Source§impl SetupHandleRequest
impl SetupHandleRequest
Sourcepub fn method_name(&self) -> &'static str
pub fn method_name(&self) -> &'static str
Name of the method defined in FIDL
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SetupHandleRequest
impl RefUnwindSafe for SetupHandleRequest
impl Send for SetupHandleRequest
impl Sync for SetupHandleRequest
impl Unpin for SetupHandleRequest
impl UnwindSafe for SetupHandleRequest
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