pub struct EncryptedRoutingInformation { /* private fields */ }Implementations§
Source§impl EncryptedRoutingInformation
impl EncryptedRoutingInformation
pub fn from_bytes(bytes: [u8; 300]) -> Self
Trait Implementations§
Source§impl AsRef<[u8]> for EncryptedRoutingInformation
impl AsRef<[u8]> for EncryptedRoutingInformation
Source§impl Clone for EncryptedRoutingInformation
impl Clone for EncryptedRoutingInformation
Source§fn clone(&self) -> EncryptedRoutingInformation
fn clone(&self) -> EncryptedRoutingInformation
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 moreAuto Trait Implementations§
impl Freeze for EncryptedRoutingInformation
impl RefUnwindSafe for EncryptedRoutingInformation
impl Send for EncryptedRoutingInformation
impl Sync for EncryptedRoutingInformation
impl Unpin for EncryptedRoutingInformation
impl UnwindSafe for EncryptedRoutingInformation
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