pub struct RejectExternalSystemActor;Expand description
Rejects well-known System-shaped actors on EnqueueTrust::External paths.
Recognizes {"System": ...} object keys (case-sensitive), matching common UF actor JSON.
Trait Implementations§
Source§impl Clone for RejectExternalSystemActor
impl Clone for RejectExternalSystemActor
Source§fn clone(&self) -> RejectExternalSystemActor
fn clone(&self) -> RejectExternalSystemActor
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 moreimpl Copy for RejectExternalSystemActor
Source§impl Debug for RejectExternalSystemActor
impl Debug for RejectExternalSystemActor
Source§impl Default for RejectExternalSystemActor
impl Default for RejectExternalSystemActor
Source§fn default() -> RejectExternalSystemActor
fn default() -> RejectExternalSystemActor
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RejectExternalSystemActor
impl RefUnwindSafe for RejectExternalSystemActor
impl Send for RejectExternalSystemActor
impl Sync for RejectExternalSystemActor
impl Unpin for RejectExternalSystemActor
impl UnsafeUnpin for RejectExternalSystemActor
impl UnwindSafe for RejectExternalSystemActor
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