pub struct ParamAttributes(/* private fields */);Implementations§
Trait Implementations§
Source§impl BitAnd for ParamAttributes
impl BitAnd for ParamAttributes
Source§impl BitAndAssign for ParamAttributes
impl BitAndAssign for ParamAttributes
Source§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&= operation. Read moreSource§impl BitOr for ParamAttributes
impl BitOr for ParamAttributes
Source§impl BitOrAssign for ParamAttributes
impl BitOrAssign for ParamAttributes
Source§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|= operation. Read moreSource§impl Clone for ParamAttributes
impl Clone for ParamAttributes
Source§fn clone(&self) -> ParamAttributes
fn clone(&self) -> ParamAttributes
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 ParamAttributes
impl Debug for ParamAttributes
Source§impl Default for ParamAttributes
impl Default for ParamAttributes
Source§fn default() -> ParamAttributes
fn default() -> ParamAttributes
Returns the “default value” for a type. Read more
Source§impl Not for ParamAttributes
impl Not for ParamAttributes
Source§impl Ord for ParamAttributes
impl Ord for ParamAttributes
Source§fn cmp(&self, other: &ParamAttributes) -> Ordering
fn cmp(&self, other: &ParamAttributes) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ParamAttributes
impl PartialEq for ParamAttributes
Source§impl PartialOrd for ParamAttributes
impl PartialOrd for ParamAttributes
impl Copy for ParamAttributes
impl Eq for ParamAttributes
impl StructuralPartialEq for ParamAttributes
Auto Trait Implementations§
impl Freeze for ParamAttributes
impl RefUnwindSafe for ParamAttributes
impl Send for ParamAttributes
impl Sync for ParamAttributes
impl Unpin for ParamAttributes
impl UnwindSafe for ParamAttributes
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