pub enum ParameterStorage {
Param,
}Expand description
Storage classes that can prefix a function parameter.
Variants§
Param
Trait Implementations§
Source§impl Clone for ParameterStorage
impl Clone for ParameterStorage
Source§fn clone(&self) -> ParameterStorage
fn clone(&self) -> ParameterStorage
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 ParameterStorage
impl Debug for ParameterStorage
Source§impl PartialEq for ParameterStorage
impl PartialEq for ParameterStorage
impl Copy for ParameterStorage
impl Eq for ParameterStorage
impl StructuralPartialEq for ParameterStorage
Auto Trait Implementations§
impl Freeze for ParameterStorage
impl RefUnwindSafe for ParameterStorage
impl Send for ParameterStorage
impl Sync for ParameterStorage
impl Unpin for ParameterStorage
impl UnwindSafe for ParameterStorage
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