pub struct QueuedAppEphemeralProposal<'a> { /* private fields */ }Available on (32-bit or 64-bit) and crate feature
extensions-draft-08 only.Expand description
A queued Add proposal
Implementations§
Source§impl QueuedAppEphemeralProposal<'_>
impl QueuedAppEphemeralProposal<'_>
Sourcepub fn app_ephemeral_proposal(&self) -> &AppEphemeralProposal
pub fn app_ephemeral_proposal(&self) -> &AppEphemeralProposal
Returns a reference to the proposal
Trait Implementations§
Source§impl<'a> Debug for QueuedAppEphemeralProposal<'a>
impl<'a> Debug for QueuedAppEphemeralProposal<'a>
Source§impl<'a> PartialEq for QueuedAppEphemeralProposal<'a>
impl<'a> PartialEq for QueuedAppEphemeralProposal<'a>
Source§fn eq(&self, other: &QueuedAppEphemeralProposal<'a>) -> bool
fn eq(&self, other: &QueuedAppEphemeralProposal<'a>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<'a> StructuralPartialEq for QueuedAppEphemeralProposal<'a>
Auto Trait Implementations§
impl<'a> Freeze for QueuedAppEphemeralProposal<'a>
impl<'a> RefUnwindSafe for QueuedAppEphemeralProposal<'a>
impl<'a> Send for QueuedAppEphemeralProposal<'a>
impl<'a> Sync for QueuedAppEphemeralProposal<'a>
impl<'a> Unpin for QueuedAppEphemeralProposal<'a>
impl<'a> UnwindSafe for QueuedAppEphemeralProposal<'a>
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
§impl<T> Classify for T
impl<T> Classify for T
type Classified = T
fn classify(self) -> T
§impl<T> Declassify for T
impl<T> Declassify for T
type Declassified = T
fn declassify(self) -> T
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more