pub enum LinkRequestPolicy {
AcceptAll,
AcceptNone,
}Expand description
RNS 1.4.2 Destination.accept_link_requests: AcceptNone announces but answers no link request — reachable for singles and announces, silent to LINKREQUEST.
Variants§
Trait Implementations§
Source§impl Clone for LinkRequestPolicy
impl Clone for LinkRequestPolicy
Source§fn clone(&self) -> LinkRequestPolicy
fn clone(&self) -> LinkRequestPolicy
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 LinkRequestPolicy
Source§impl Debug for LinkRequestPolicy
impl Debug for LinkRequestPolicy
impl Eq for LinkRequestPolicy
Source§impl PartialEq for LinkRequestPolicy
impl PartialEq for LinkRequestPolicy
impl StructuralPartialEq for LinkRequestPolicy
Auto Trait Implementations§
impl Freeze for LinkRequestPolicy
impl RefUnwindSafe for LinkRequestPolicy
impl Send for LinkRequestPolicy
impl Sync for LinkRequestPolicy
impl Unpin for LinkRequestPolicy
impl UnsafeUnpin for LinkRequestPolicy
impl UnwindSafe for LinkRequestPolicy
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