pub struct LocalBinding { /* private fields */ }Expand description
A production in-process binding that can be passed directly to a generated handle.
Implementations§
Source§impl LocalBinding
impl LocalBinding
Trait Implementations§
Source§impl Default for LocalBinding
impl Default for LocalBinding
Source§fn default() -> LocalBinding
fn default() -> LocalBinding
Returns the “default value” for a type. Read more
Source§impl TransportBinding for LocalBinding
impl TransportBinding for LocalBinding
Source§fn config(&self) -> Arc<()> ⓘ
fn config(&self) -> Arc<()> ⓘ
Returns the configuration shared with the binding’s runtime carrier.
Source§fn conform(
&self,
descriptor: &CapabilityDescriptor,
_level: ExposureLevel,
) -> Result<(), Detail>
fn conform( &self, descriptor: &CapabilityDescriptor, _level: ExposureLevel, ) -> Result<(), Detail>
Checks one requested exposure without authorizing traffic.
Auto Trait Implementations§
impl !Freeze for LocalBinding
impl RefUnwindSafe for LocalBinding
impl Send for LocalBinding
impl Sync for LocalBinding
impl Unpin for LocalBinding
impl UnsafeUnpin for LocalBinding
impl UnwindSafe for LocalBinding
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