pub struct InterfaceForwardingPolicy {
pub recursive_path_requests: RecursivePathRequestPolicy,
pub announces_from_internal: bool,
pub announces_to_internal: bool,
}Fields§
§recursive_path_requests: RecursivePathRequestPolicy§announces_from_internal: bool§announces_to_internal: boolTrait Implementations§
Source§impl Clone for InterfaceForwardingPolicy
impl Clone for InterfaceForwardingPolicy
Source§fn clone(&self) -> InterfaceForwardingPolicy
fn clone(&self) -> InterfaceForwardingPolicy
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 InterfaceForwardingPolicy
Source§impl Debug for InterfaceForwardingPolicy
impl Debug for InterfaceForwardingPolicy
impl Eq for InterfaceForwardingPolicy
impl StructuralPartialEq for InterfaceForwardingPolicy
Auto Trait Implementations§
impl Freeze for InterfaceForwardingPolicy
impl RefUnwindSafe for InterfaceForwardingPolicy
impl Send for InterfaceForwardingPolicy
impl Sync for InterfaceForwardingPolicy
impl Unpin for InterfaceForwardingPolicy
impl UnsafeUnpin for InterfaceForwardingPolicy
impl UnwindSafe for InterfaceForwardingPolicy
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