pub struct EnvelopeHeader {
pub to: Address,
/* private fields */
}Fields§
§to: AddressImplementations§
Source§impl EnvelopeHeader
impl EnvelopeHeader
pub fn to_address(to: Address) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EnvelopeHeader
impl RefUnwindSafe for EnvelopeHeader
impl Send for EnvelopeHeader
impl Sync for EnvelopeHeader
impl Unpin for EnvelopeHeader
impl UnwindSafe for EnvelopeHeader
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