Struct bee_tangle::solid_entry_point::SolidEntryPoint [−][src]
#[repr(transparent)]pub struct SolidEntryPoint(_);
A SolidEntryPoint is a MessageId of a message that is solid even if we do not have them
or their past in the database. They often come from a snapshot file and allow a node to solidify
without needing the full tangle history.
Implementations
impl SolidEntryPoint[src]
impl SolidEntryPoint[src]Methods from Deref<Target = MessageId>
Trait Implementations
impl AsRef<MessageId> for SolidEntryPoint[src]
impl AsRef<MessageId> for SolidEntryPoint[src]impl Clone for SolidEntryPoint[src]
impl Clone for SolidEntryPoint[src]fn clone(&self) -> SolidEntryPoint[src]
fn clone(&self) -> SolidEntryPoint[src]Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]Performs copy-assignment from source. Read more
impl Debug for SolidEntryPoint[src]
impl Debug for SolidEntryPoint[src]impl Deref for SolidEntryPoint[src]
impl Deref for SolidEntryPoint[src]impl From<MessageId> for SolidEntryPoint[src]
impl From<MessageId> for SolidEntryPoint[src]impl Hash for SolidEntryPoint[src]
impl Hash for SolidEntryPoint[src]impl Packable for SolidEntryPoint[src]
impl Packable for SolidEntryPoint[src]fn packed_len(&self) -> usize[src]
fn packed_len(&self) -> usize[src]Returns the length of the packed bytes.
fn pack<W: Write>(&self, writer: &mut W) -> Result<(), Self::Error>[src]
fn pack<W: Write>(&self, writer: &mut W) -> Result<(), Self::Error>[src]Packs the instance to bytes and writes them to the passed writer.
fn unpack_inner<R: Read + ?Sized, const CHECK: bool>(
reader: &mut R
) -> Result<Self, Self::Error>[src]
fn unpack_inner<R: Read + ?Sized, const CHECK: bool>(
reader: &mut R
) -> Result<Self, Self::Error>[src]Reads bytes from the passed reader and unpacks them into an instance.
fn pack_new(&self) -> Vec<u8, Global>[src]
fn pack_new(&self) -> Vec<u8, Global>[src]Packs the instance to bytes and writes them to a newly allocated vector.
impl PartialEq<SolidEntryPoint> for SolidEntryPoint[src]
impl PartialEq<SolidEntryPoint> for SolidEntryPoint[src]fn eq(&self, other: &SolidEntryPoint) -> bool[src]
fn eq(&self, other: &SolidEntryPoint) -> bool[src]This method tests for self and other values to be equal, and is used
by ==. Read more
fn ne(&self, other: &SolidEntryPoint) -> bool[src]
fn ne(&self, other: &SolidEntryPoint) -> bool[src]This method tests for !=.
impl RefCast for SolidEntryPoint[src]
impl RefCast for SolidEntryPoint[src]impl Copy for SolidEntryPoint[src]
impl Eq for SolidEntryPoint[src]
impl StructuralEq for SolidEntryPoint[src]
impl StructuralPartialEq for SolidEntryPoint[src]
Auto Trait Implementations
impl RefUnwindSafe for SolidEntryPoint
impl Send for SolidEntryPoint
impl Sync for SolidEntryPoint
impl Unpin for SolidEntryPoint
impl UnwindSafe for SolidEntryPoint
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> CallHasher for T where
T: Hash,
impl<T> CallHasher for T where
T: Hash, impl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
type Output = TShould always be Self
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
type Owned = TThe resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn to_owned(&self) -> T[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)[src]
pub fn clone_into(&self, target: &mut T)[src]🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,