pub struct McpAppDomain(/* private fields */);Expand description
A validated host-dependent dedicated sandbox domain.
Implementations§
Trait Implementations§
Source§impl Clone for McpAppDomain
impl Clone for McpAppDomain
Source§fn clone(&self) -> McpAppDomain
fn clone(&self) -> McpAppDomain
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for McpAppDomain
impl Debug for McpAppDomain
impl Eq for McpAppDomain
Source§impl Hash for McpAppDomain
impl Hash for McpAppDomain
Source§impl PartialEq for McpAppDomain
impl PartialEq for McpAppDomain
Source§impl Serialize for McpAppDomain
impl Serialize for McpAppDomain
impl StructuralPartialEq for McpAppDomain
Auto Trait Implementations§
impl Freeze for McpAppDomain
impl RefUnwindSafe for McpAppDomain
impl Send for McpAppDomain
impl Sync for McpAppDomain
impl Unpin for McpAppDomain
impl UnsafeUnpin for McpAppDomain
impl UnwindSafe for McpAppDomain
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.