pub struct LxNodeAlias(pub [u8; 32]);Expand description
Newtype for NodeAlias.
Tuple Fields§
§0: [u8; 32]Implementations§
Trait Implementations§
Source§impl Clone for LxNodeAlias
impl Clone for LxNodeAlias
Source§fn clone(&self) -> LxNodeAlias
fn clone(&self) -> LxNodeAlias
Returns a duplicate 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 Debug for LxNodeAlias
impl Debug for LxNodeAlias
Source§impl<'de> Deserialize<'de> for LxNodeAlias
impl<'de> Deserialize<'de> for LxNodeAlias
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for LxNodeAlias
impl Display for LxNodeAlias
Source§impl From<LxNodeAlias> for NodeAlias
impl From<LxNodeAlias> for NodeAlias
Source§fn from(alias: LxNodeAlias) -> Self
fn from(alias: LxNodeAlias) -> Self
Converts to this type from the input type.
Source§impl From<NodeAlias> for LxNodeAlias
impl From<NodeAlias> for LxNodeAlias
Source§impl Hash for LxNodeAlias
impl Hash for LxNodeAlias
Source§impl PartialEq for LxNodeAlias
impl PartialEq for LxNodeAlias
Source§impl Serialize for LxNodeAlias
impl Serialize for LxNodeAlias
impl Copy for LxNodeAlias
impl Eq for LxNodeAlias
impl StructuralPartialEq for LxNodeAlias
Auto Trait Implementations§
impl Freeze for LxNodeAlias
impl RefUnwindSafe for LxNodeAlias
impl Send for LxNodeAlias
impl Sync for LxNodeAlias
impl Unpin for LxNodeAlias
impl UnsafeUnpin for LxNodeAlias
impl UnwindSafe for LxNodeAlias
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