Struct kpdb::CustomIconUuid
[−]
[src]
pub struct CustomIconUuid(pub Uuid);
The identifier for a custom icon.
Methods
impl CustomIconUuid[src]
fn new_random() -> CustomIconUuid
Create a new random custom icon identifier.
fn nil() -> CustomIconUuid
Create a nil/zero custom icon identifier.
Trait Implementations
impl Clone for CustomIconUuid[src]
fn clone(&self) -> CustomIconUuid
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Copy for CustomIconUuid[src]
impl Debug for CustomIconUuid[src]
impl Eq for CustomIconUuid[src]
impl Hash for CustomIconUuid[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
Feeds this value into the state given, updating the hasher as necessary.
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher1.3.0
Feeds a slice of this type into the state provided.
impl PartialEq for CustomIconUuid[src]
fn eq(&self, __arg_0: &CustomIconUuid) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &CustomIconUuid) -> bool
This method tests for !=.
impl Default for CustomIconUuid[src]
fn default() -> CustomIconUuid
Returns the "default value" for a type. Read more