pub struct OwnedStructure(pub Structure<'static>);
Expand description
Owned Structure
Tuple Fields§
§0: Structure<'static>
Trait Implementations§
Source§impl Debug for OwnedStructure
impl Debug for OwnedStructure
Source§impl<'de> DynamicDeserialize<'de> for OwnedStructure
impl<'de> DynamicDeserialize<'de> for OwnedStructure
Source§type Deserializer = OwnedStructureSeed
type Deserializer = OwnedStructureSeed
A DeserializeSeed implementation for this type.
Source§fn deserializer_for_signature<S>(signature: S) -> Result<Self::Deserializer>
fn deserializer_for_signature<S>(signature: S) -> Result<Self::Deserializer>
Get a deserializer compatible with this signature.
Source§impl DynamicType for OwnedStructure
impl DynamicType for OwnedStructure
Source§fn dynamic_signature(&self) -> Signature<'_>
fn dynamic_signature(&self) -> Signature<'_>
Get the signature for the implementing type. Read more
Source§impl Hash for OwnedStructure
impl Hash for OwnedStructure
Source§impl Ord for OwnedStructure
impl Ord for OwnedStructure
Source§fn cmp(&self, other: &OwnedStructure) -> Ordering
fn cmp(&self, other: &OwnedStructure) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for OwnedStructure
impl PartialEq for OwnedStructure
Source§impl PartialOrd for OwnedStructure
impl PartialOrd for OwnedStructure
Source§impl Serialize for OwnedStructure
impl Serialize for OwnedStructure
impl Eq for OwnedStructure
impl StructuralPartialEq for OwnedStructure
Auto Trait Implementations§
impl Freeze for OwnedStructure
impl RefUnwindSafe for OwnedStructure
impl Send for OwnedStructure
impl Sync for OwnedStructure
impl Unpin for OwnedStructure
impl UnwindSafe for OwnedStructure
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