pub struct AcceptedAnnounce {
pub destination: DestinationHash,
pub hops: u8,
pub rebroadcast: RebroadcastDecision,
}Fields§
§destination: DestinationHash§hops: u8§rebroadcast: RebroadcastDecisionTrait Implementations§
Source§impl Clone for AcceptedAnnounce
impl Clone for AcceptedAnnounce
Source§fn clone(&self) -> AcceptedAnnounce
fn clone(&self) -> AcceptedAnnounce
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AcceptedAnnounce
Source§impl Debug for AcceptedAnnounce
impl Debug for AcceptedAnnounce
impl Eq for AcceptedAnnounce
Source§impl PartialEq for AcceptedAnnounce
impl PartialEq for AcceptedAnnounce
impl StructuralPartialEq for AcceptedAnnounce
Auto Trait Implementations§
impl Freeze for AcceptedAnnounce
impl RefUnwindSafe for AcceptedAnnounce
impl Send for AcceptedAnnounce
impl Sync for AcceptedAnnounce
impl Unpin for AcceptedAnnounce
impl UnsafeUnpin for AcceptedAnnounce
impl UnwindSafe for AcceptedAnnounce
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