pub enum FallbackStrategy {
AlternativeNatMethod,
RelayServers,
DirectConnection,
ReducedRequirements,
ManualIntervention,
}Expand description
Fallback strategies
Variants§
AlternativeNatMethod
Try different NAT traversal method
RelayServers
Use relay servers
DirectConnection
Direct connection attempts
ReducedRequirements
Reduce connection requirements
ManualIntervention
Manual intervention required
Trait Implementations§
Source§impl Clone for FallbackStrategy
impl Clone for FallbackStrategy
Source§fn clone(&self) -> FallbackStrategy
fn clone(&self) -> FallbackStrategy
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for FallbackStrategy
impl RefUnwindSafe for FallbackStrategy
impl Send for FallbackStrategy
impl Sync for FallbackStrategy
impl Unpin for FallbackStrategy
impl UnwindSafe for FallbackStrategy
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