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