pub struct AllowRequester {
pub destination: DestinationHash,
pub path_hash: RequestPathHash,
pub identity: IdentityHash,
}Expand description
RNS 1.4.2 Destination.register_request_handler(..., allowed_list=…), mutated at runtime.
Fields§
§destination: DestinationHash§path_hash: RequestPathHash§identity: IdentityHashTrait Implementations§
Source§impl Clone for AllowRequester
impl Clone for AllowRequester
Source§fn clone(&self) -> AllowRequester
fn clone(&self) -> AllowRequester
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 AllowRequester
Source§impl Debug for AllowRequester
impl Debug for AllowRequester
impl Eq for AllowRequester
Source§impl PartialEq for AllowRequester
impl PartialEq for AllowRequester
Source§impl Settleable for AllowRequester
impl Settleable for AllowRequester
type Success = ()
type Failure = AllowRequesterFailure
fn into_command(self) -> PrnsCommand
fn from_settlement( settlement: Settlement, ) -> Option<Result<(), AllowRequesterFailure>>
impl StructuralPartialEq for AllowRequester
Auto Trait Implementations§
impl Freeze for AllowRequester
impl RefUnwindSafe for AllowRequester
impl Send for AllowRequester
impl Sync for AllowRequester
impl Unpin for AllowRequester
impl UnsafeUnpin for AllowRequester
impl UnwindSafe for AllowRequester
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