Struct diem_types::account_config::resources::vasp::ParentVASP
source · pub struct ParentVASP { /* private fields */ }
Implementations§
source§impl ParentVASP
impl ParentVASP
pub fn num_children(&self) -> u64
Trait Implementations§
source§impl Debug for ParentVASP
impl Debug for ParentVASP
source§impl<'de> Deserialize<'de> for ParentVASP
impl<'de> Deserialize<'de> for ParentVASP
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl MoveResource for ParentVASP
impl MoveResource for ParentVASP
source§impl MoveStructType for ParentVASP
impl MoveStructType for ParentVASP
const MODULE_NAME: &'static IdentStr = _
const STRUCT_NAME: &'static IdentStr = _
fn module_identifier() -> Identifier
fn struct_identifier() -> Identifier
fn type_params() -> Vec<TypeTag, Global> ⓘ
fn struct_tag() -> StructTag
Auto Trait Implementations§
impl RefUnwindSafe for ParentVASP
impl Send for ParentVASP
impl Sync for ParentVASP
impl Unpin for ParentVASP
impl UnwindSafe for ParentVASP
Blanket Implementations§
source§impl<T> TestOnlyHash for Twhere
T: Serialize + ?Sized,
impl<T> TestOnlyHash for Twhere T: Serialize + ?Sized,
source§fn test_only_hash(&self) -> HashValue
fn test_only_hash(&self) -> HashValue
Generates a hash used only for tests.