Enum cyfs_lib::VerifyObjectType
source · pub enum VerifyObjectType {
Owner,
Own,
Object(NONSlimObjectInfo),
Sign(VerifySigns),
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for VerifyObjectType
impl Clone for VerifyObjectType
source§fn clone(&self) -> VerifyObjectType
fn clone(&self) -> VerifyObjectType
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 more