pub struct NetWhitebindPermissions {
pub base: NetPermissions,
pub service: Service,
}Expand description
Fields§
§base: NetPermissions§service: ServiceImplementations§
source§impl NetWhitebindPermissions
impl NetWhitebindPermissions
pub fn try_parse(
&mut self,
str_: &String,
output: &mut NetWhitebindPermissions,
error: &mut BilingualStr
) -> bool
Trait Implementations§
source§impl Clone for NetWhitebindPermissions
impl Clone for NetWhitebindPermissions
source§fn clone(&self) -> NetWhitebindPermissions
fn clone(&self) -> NetWhitebindPermissions
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 NetWhitebindPermissions
impl Send for NetWhitebindPermissions
impl Sync for NetWhitebindPermissions
impl Unpin for NetWhitebindPermissions
impl UnwindSafe for NetWhitebindPermissions
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