Enum cyfs_lib::BdtNetworkAccessType
source · pub enum BdtNetworkAccessType {
NAT,
WAN,
}
Variants
Trait Implementations
sourceimpl Clone for BdtNetworkAccessType
impl Clone for BdtNetworkAccessType
sourcefn clone(&self) -> BdtNetworkAccessType
fn clone(&self) -> BdtNetworkAccessType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for BdtNetworkAccessType
impl Debug for BdtNetworkAccessType
sourceimpl Display for BdtNetworkAccessType
impl Display for BdtNetworkAccessType
sourceimpl FromStr for BdtNetworkAccessType
impl FromStr for BdtNetworkAccessType
type Err = BuckyError
type Err = BuckyError
The associated error which can be returned from parsing.
sourcefn from_str(s: &str) -> BuckyResult<Self>
fn from_str(s: &str) -> BuckyResult<Self>
Parses a string
s
to return a value of this type. Read moresourceimpl PartialEq<BdtNetworkAccessType> for BdtNetworkAccessType
impl PartialEq<BdtNetworkAccessType> for BdtNetworkAccessType
sourcefn eq(&self, other: &BdtNetworkAccessType) -> bool
fn eq(&self, other: &BdtNetworkAccessType) -> bool
impl Eq for BdtNetworkAccessType
impl StructuralEq for BdtNetworkAccessType
impl StructuralPartialEq for BdtNetworkAccessType
Auto Trait Implementations
impl RefUnwindSafe for BdtNetworkAccessType
impl Send for BdtNetworkAccessType
impl Sync for BdtNetworkAccessType
impl Unpin for BdtNetworkAccessType
impl UnwindSafe for BdtNetworkAccessType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more