pub struct ParameterAttributes { /* private fields */ }
Expand description
ReturnType/ParameterSet may have a set of parameter attributes. 返り値,引数が持つAttributeの集合
Implementations§
Source§impl ParameterAttributes
impl ParameterAttributes
pub fn add_attr(&mut self, attr: ParameterAttribute)
Trait Implementations§
Source§impl Default for ParameterAttributes
impl Default for ParameterAttributes
Source§impl Display for ParameterAttributes
impl Display for ParameterAttributes
Source§impl Hash for ParameterAttributes
impl Hash for ParameterAttributes
Source§impl Ord for ParameterAttributes
impl Ord for ParameterAttributes
Source§fn cmp(&self, other: &ParameterAttributes) -> Ordering
fn cmp(&self, other: &ParameterAttributes) -> 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 ParameterAttributes
impl PartialEq for ParameterAttributes
Source§impl PartialOrd for ParameterAttributes
impl PartialOrd for ParameterAttributes
impl Eq for ParameterAttributes
impl StructuralPartialEq for ParameterAttributes
Auto Trait Implementations§
impl Freeze for ParameterAttributes
impl RefUnwindSafe for ParameterAttributes
impl Send for ParameterAttributes
impl Sync for ParameterAttributes
impl Unpin for ParameterAttributes
impl UnwindSafe for ParameterAttributes
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