pub struct AcceptFlags(/* private fields */);
Implementations§
Trait Implementations§
Source§impl BitOr for AcceptFlags
impl BitOr for AcceptFlags
Source§type Output = AcceptFlags
type Output = AcceptFlags
The resulting type after applying the
|
operator.Source§fn bitor(self, rhs: AcceptFlags) -> AcceptFlags
fn bitor(self, rhs: AcceptFlags) -> AcceptFlags
Performs the
|
operation. Read moreSource§impl Clone for AcceptFlags
impl Clone for AcceptFlags
Source§fn clone(&self) -> AcceptFlags
fn clone(&self) -> AcceptFlags
Returns a copy 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 AcceptFlags
impl Default for AcceptFlags
Source§fn default() -> AcceptFlags
fn default() -> AcceptFlags
Returns the “default value” for a type. Read more
impl Copy for AcceptFlags
Auto Trait Implementations§
impl Freeze for AcceptFlags
impl RefUnwindSafe for AcceptFlags
impl Send for AcceptFlags
impl Sync for AcceptFlags
impl Unpin for AcceptFlags
impl UnwindSafe for AcceptFlags
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