Struct ockam_entity::ProfileSerializationUtil
source ·
[−]pub struct ProfileSerializationUtil;Implementations
Serialize Contact in binary form for storing/transferring over the network
Deserialize Contact from binary form
Serialize ProfileChangeEvents to binary form for storing/transferring over the network
Deserialize ProfileChangeEvents from binary form
Auto Trait Implementations
impl RefUnwindSafe for ProfileSerializationUtil
impl Send for ProfileSerializationUtil
impl Sync for ProfileSerializationUtil
impl Unpin for ProfileSerializationUtil
impl UnwindSafe for ProfileSerializationUtil
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
