pub struct NetWhitelistPermissions {
pub base: NetPermissions,
pub subnet: SubNet,
}Expand description
Fields§
§base: NetPermissions§subnet: SubNetImplementations§
source§impl NetWhitelistPermissions
impl NetWhitelistPermissions
pub fn try_parse(
&mut self,
str_: &String,
output: &mut NetWhitelistPermissions,
error: &mut BilingualStr
) -> bool
Trait Implementations§
source§impl Clone for NetWhitelistPermissions
impl Clone for NetWhitelistPermissions
source§fn clone(&self) -> NetWhitelistPermissions
fn clone(&self) -> NetWhitelistPermissions
Returns a copy 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 RefUnwindSafe for NetWhitelistPermissions
impl Send for NetWhitelistPermissions
impl Sync for NetWhitelistPermissions
impl Unpin for NetWhitelistPermissions
impl UnwindSafe for NetWhitelistPermissions
Blanket Implementations§
§impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> StaticUpcast<T> for T
impl<T> StaticUpcast<T> for T
§unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
Convert type of a const pointer. Read more