Skip to main content

IProfileCard_FreeStampMethods

Trait IProfileCard_FreeStampMethods 

Source
pub trait IProfileCard_FreeStampMethods: IProfileCard_FreeStamp {
    // Provided methods
    fn ctor(self) { ... }
    fn ctor_2(self, free_stamp: impl Into<ProfileCard_FreeStamp>) { ... }
    fn clear(self) { ... }
    fn serialize(self, stream: impl Into<Stream_2>) { ... }
    fn deserialize(self, stream: impl Into<Stream_2>, version: impl Into<i32>) { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn ctor_2(self, free_stamp: impl Into<ProfileCard_FreeStamp>)

.ctor(crate::app::profilecard::ProfileCard_FreeStamp) overload

Source

fn clear(self)

Clear() overload

Source

fn serialize(self, stream: impl Into<Stream_2>)

Serialize(crate::app::stream_2::Stream_2) overload

Source

fn deserialize(self, stream: impl Into<Stream_2>, version: impl Into<i32>)

Deserialize(crate::app::stream_2::Stream_2, i32) overload

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<__T: IProfileCard_FreeStamp> IProfileCard_FreeStampMethods for __T

Available on crate feature app-profilecard only.