pub enum AuctionFeed {
Sip,
}Variants§
Sip
Implementations§
Trait Implementations§
Source§impl Clone for AuctionFeed
impl Clone for AuctionFeed
Source§fn clone(&self) -> AuctionFeed
fn clone(&self) -> AuctionFeed
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 Debug for AuctionFeed
impl Debug for AuctionFeed
Source§impl Default for AuctionFeed
impl Default for AuctionFeed
Source§fn default() -> AuctionFeed
fn default() -> AuctionFeed
Returns the “default value” for a type. Read more
Source§impl Display for AuctionFeed
impl Display for AuctionFeed
Source§impl PartialEq for AuctionFeed
impl PartialEq for AuctionFeed
impl Copy for AuctionFeed
impl Eq for AuctionFeed
impl StructuralPartialEq for AuctionFeed
Auto Trait Implementations§
impl Freeze for AuctionFeed
impl RefUnwindSafe for AuctionFeed
impl Send for AuctionFeed
impl Sync for AuctionFeed
impl Unpin for AuctionFeed
impl UnwindSafe for AuctionFeed
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string, but without panic on OOM.