pub struct EscrowOptions { /* private fields */ }
Implementations§
Source§impl EscrowOptions
impl EscrowOptions
Sourcepub fn name(self, name: impl Into<String>) -> Self
pub fn name(self, name: impl Into<String>) -> Self
Sets the name with which the Inspect handle will be escrowed.
Sourcepub fn inspect_sink(self, proxy: InspectSinkProxy) -> Self
pub fn inspect_sink(self, proxy: InspectSinkProxy) -> Self
Sets the inspect sink channel to use for escrowing.
Trait Implementations§
Source§impl Default for EscrowOptions
impl Default for EscrowOptions
Source§fn default() -> EscrowOptions
fn default() -> EscrowOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EscrowOptions
impl !RefUnwindSafe for EscrowOptions
impl Send for EscrowOptions
impl Sync for EscrowOptions
impl Unpin for EscrowOptions
impl !UnwindSafe for EscrowOptions
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