pub struct AcceptReservedNodeExchangeOutputMessage {
pub exchanged_reserved_node: Option<ReservedNode>,
}
Fields§
§exchanged_reserved_node: Option<ReservedNode>
Trait Implementations§
Source§impl Clone for AcceptReservedNodeExchangeOutputMessage
impl Clone for AcceptReservedNodeExchangeOutputMessage
Source§fn clone(&self) -> AcceptReservedNodeExchangeOutputMessage
fn clone(&self) -> AcceptReservedNodeExchangeOutputMessage
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 Default for AcceptReservedNodeExchangeOutputMessage
impl Default for AcceptReservedNodeExchangeOutputMessage
Source§fn default() -> AcceptReservedNodeExchangeOutputMessage
fn default() -> AcceptReservedNodeExchangeOutputMessage
Returns the “default value” for a type. Read more
Source§impl PartialEq for AcceptReservedNodeExchangeOutputMessage
impl PartialEq for AcceptReservedNodeExchangeOutputMessage
Source§fn eq(&self, other: &AcceptReservedNodeExchangeOutputMessage) -> bool
fn eq(&self, other: &AcceptReservedNodeExchangeOutputMessage) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for AcceptReservedNodeExchangeOutputMessage
Auto Trait Implementations§
impl Freeze for AcceptReservedNodeExchangeOutputMessage
impl RefUnwindSafe for AcceptReservedNodeExchangeOutputMessage
impl Send for AcceptReservedNodeExchangeOutputMessage
impl Sync for AcceptReservedNodeExchangeOutputMessage
impl Unpin for AcceptReservedNodeExchangeOutputMessage
impl UnwindSafe for AcceptReservedNodeExchangeOutputMessage
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