pub struct HasSemantics(/* private fields */);Implementations§
Source§impl HasSemantics
impl HasSemantics
pub fn read_compressed(stream: &mut Cursor<&[u8]>) -> Result<Self>
Trait Implementations§
Source§impl Clone for HasSemantics
impl Clone for HasSemantics
Source§fn clone(&self) -> HasSemantics
fn clone(&self) -> HasSemantics
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for HasSemantics
Source§impl Debug for HasSemantics
impl Debug for HasSemantics
impl Eq for HasSemantics
Source§impl From<HasSemantics> for MetadataToken
impl From<HasSemantics> for MetadataToken
Source§fn from(value: HasSemantics) -> Self
fn from(value: HasSemantics) -> Self
Converts to this type from the input type.
Source§impl FromByteStream for HasSemantics
impl FromByteStream for HasSemantics
Source§impl Hash for HasSemantics
impl Hash for HasSemantics
Source§impl PartialEq for HasSemantics
impl PartialEq for HasSemantics
Source§fn eq(&self, other: &HasSemantics) -> bool
fn eq(&self, other: &HasSemantics) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for HasSemantics
Source§impl TryFrom<HasSemantics> for Event
impl TryFrom<HasSemantics> for Event
Source§impl TryFrom<HasSemantics> for Property
impl TryFrom<HasSemantics> for Property
Auto Trait Implementations§
impl Freeze for HasSemantics
impl RefUnwindSafe for HasSemantics
impl Send for HasSemantics
impl Sync for HasSemantics
impl Unpin for HasSemantics
impl UnsafeUnpin for HasSemantics
impl UnwindSafe for HasSemantics
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