darkwing
0.5.0
IsEmpty
Required Methods
is_empty
Implementations on Foreign Types
Option<String>
Option<usize>
String
usize
Implementors
In darkwing::
server::
services::
browser_
profile_
services::
args
darkwing
::
server
::
services
::
browser_profile_services
::
args
Trait
IsEmpty
Copy item path
source
trait IsEmpty { // Required method fn
is_empty
(&self) ->
bool
; }
Required Methods
§
source
fn
is_empty
(&self) ->
bool
Implementations on Foreign Types
§
source
§
impl
IsEmpty
for
Option
<
usize
>
source
§
fn
is_empty
(&self) ->
bool
source
§
impl
IsEmpty
for
Option
<
String
>
source
§
fn
is_empty
(&self) ->
bool
source
§
impl
IsEmpty
for
usize
source
§
fn
is_empty
(&self) ->
bool
source
§
impl
IsEmpty
for
String
source
§
fn
is_empty
(&self) ->
bool
Implementors
§
source
§
impl
IsEmpty
for
Switch
source
§
impl
IsEmpty
for
List