pub enum OfferEntryFlags {
PASSIVE_FLAG = 1,
}
Variants§
PASSIVE_FLAG = 1
Trait Implementations§
Source§impl Clone for OfferEntryFlags
impl Clone for OfferEntryFlags
Source§fn clone(&self) -> OfferEntryFlags
fn clone(&self) -> OfferEntryFlags
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 OfferEntryFlags
impl Debug for OfferEntryFlags
Source§impl<Out: Write> Pack<Out> for OfferEntryFlags
impl<Out: Write> Pack<Out> for OfferEntryFlags
Source§impl PartialEq for OfferEntryFlags
impl PartialEq for OfferEntryFlags
Source§impl<In: Read> Unpack<In> for OfferEntryFlags
impl<In: Read> Unpack<In> for OfferEntryFlags
impl Copy for OfferEntryFlags
impl Eq for OfferEntryFlags
impl StructuralPartialEq for OfferEntryFlags
Auto Trait Implementations§
impl Freeze for OfferEntryFlags
impl RefUnwindSafe for OfferEntryFlags
impl Send for OfferEntryFlags
impl Sync for OfferEntryFlags
impl Unpin for OfferEntryFlags
impl UnwindSafe for OfferEntryFlags
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