pub enum ExternalNetworkAccess {
Restricted,
Enabled,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ExternalNetworkAccess
impl Clone for ExternalNetworkAccess
Source§fn clone(&self) -> ExternalNetworkAccess
fn clone(&self) -> ExternalNetworkAccess
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 moreSource§impl Debug for ExternalNetworkAccess
impl Debug for ExternalNetworkAccess
Source§impl PartialEq for ExternalNetworkAccess
impl PartialEq for ExternalNetworkAccess
impl Copy for ExternalNetworkAccess
impl Eq for ExternalNetworkAccess
impl StructuralPartialEq for ExternalNetworkAccess
Auto Trait Implementations§
impl Freeze for ExternalNetworkAccess
impl RefUnwindSafe for ExternalNetworkAccess
impl Send for ExternalNetworkAccess
impl Sync for ExternalNetworkAccess
impl Unpin for ExternalNetworkAccess
impl UnsafeUnpin for ExternalNetworkAccess
impl UnwindSafe for ExternalNetworkAccess
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