Struct zvariant::StructureSeed
source · pub struct StructureSeed<'a>(/* private fields */);
Expand description
Use this to deserialize a Structure
.
Implementations§
source§impl<'a> StructureSeed<'a>
impl<'a> StructureSeed<'a>
sourcepub fn new_unchecked(signature: Signature<'a>) -> Self
pub fn new_unchecked(signature: Signature<'a>) -> Self
Create a new StructureSeed
The given signature must be a valid structure signature.
Trait Implementations§
source§impl<'a> Clone for StructureSeed<'a>
impl<'a> Clone for StructureSeed<'a>
source§fn clone(&self) -> StructureSeed<'a>
fn clone(&self) -> StructureSeed<'a>
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 moresource§impl<'a> Debug for StructureSeed<'a>
impl<'a> Debug for StructureSeed<'a>
source§impl<'de> DeserializeSeed<'de> for StructureSeed<'de>
impl<'de> DeserializeSeed<'de> for StructureSeed<'de>
source§fn deserialize<D>(self, deserializer: D) -> Result<Self::Value, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(self, deserializer: D) -> Result<Self::Value, D::Error>where
D: Deserializer<'de>,
Equivalent to the more common
Deserialize::deserialize
method, except
with some initial piece of data (the seed) passed in.source§impl<'a> DynamicType for StructureSeed<'a>
impl<'a> DynamicType for StructureSeed<'a>
source§fn dynamic_signature(&self) -> Signature<'_>
fn dynamic_signature(&self) -> Signature<'_>
Get the signature for the implementing type. Read more
source§impl<'a> PartialEq for StructureSeed<'a>
impl<'a> PartialEq for StructureSeed<'a>
source§impl<'a> TryFrom<Signature<'a>> for StructureSeed<'a>
impl<'a> TryFrom<Signature<'a>> for StructureSeed<'a>
impl<'a> Eq for StructureSeed<'a>
impl<'a> StructuralPartialEq for StructureSeed<'a>
Auto Trait Implementations§
impl<'a> Freeze for StructureSeed<'a>
impl<'a> RefUnwindSafe for StructureSeed<'a>
impl<'a> Send for StructureSeed<'a>
impl<'a> Sync for StructureSeed<'a>
impl<'a> Unpin for StructureSeed<'a>
impl<'a> UnwindSafe for StructureSeed<'a>
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)