pub struct TetrapletsRepr;
Trait Implementations§
Source§impl Default for TetrapletsRepr
impl Default for TetrapletsRepr
Source§fn default() -> TetrapletsRepr
fn default() -> TetrapletsRepr
Returns the “default value” for a type. Read more
Source§impl FromSerialized<Vec<Vec<Rc<SecurityTetraplet>>>> for TetrapletsRepr
impl FromSerialized<Vec<Vec<Rc<SecurityTetraplet>>>> for TetrapletsRepr
fn deserialize( &self, repr: &[u8], ) -> Result<Vec<Vec<Rc<SecurityTetraplet>>>, Self::DeserializeError>
Source§impl FromSerialized<Vec<Vec<SecurityTetraplet>>> for TetrapletsRepr
impl FromSerialized<Vec<Vec<SecurityTetraplet>>> for TetrapletsRepr
fn deserialize( &self, repr: &[u8], ) -> Result<Vec<Vec<SecurityTetraplet>>, Self::DeserializeError>
Source§impl Representation for TetrapletsRepr
impl Representation for TetrapletsRepr
type SerializeError = <RmpSerdeFormat as Format<Vec<Vec<Rc<SecurityTetraplet>>>>>::SerializationError
type DeserializeError = <RmpSerdeFormat as Format<Vec<Vec<Rc<SecurityTetraplet>>>>>::DeserializationError
type WriteError = <RmpSerdeFormat as Format<Vec<Vec<Rc<SecurityTetraplet>>>>>::WriteError
type Format = RmpSerdeFormat
type SerializedValue = SerializedTetraplets
fn get_format(&self) -> Self::Format
Source§impl ToSerialized<Vec<Vec<Rc<SecurityTetraplet>>>> for TetrapletsRepr
impl ToSerialized<Vec<Vec<Rc<SecurityTetraplet>>>> for TetrapletsRepr
fn serialize( &self, value: &Vec<Vec<Rc<SecurityTetraplet>>>, ) -> Result<SerializedTetraplets, Self::SerializeError>
Source§impl ToWriter<Vec<Vec<Rc<SecurityTetraplet>>>> for TetrapletsRepr
impl ToWriter<Vec<Vec<Rc<SecurityTetraplet>>>> for TetrapletsRepr
Auto Trait Implementations§
impl Freeze for TetrapletsRepr
impl RefUnwindSafe for TetrapletsRepr
impl Send for TetrapletsRepr
impl Sync for TetrapletsRepr
impl Unpin for TetrapletsRepr
impl UnwindSafe for TetrapletsRepr
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more