pub struct PriorityName {
pub name: String,
}Expand description
Priority name reference.
Fields§
§name: StringPriority name
Trait Implementations§
Source§impl Clone for PriorityName
impl Clone for PriorityName
Source§fn clone(&self) -> PriorityName
fn clone(&self) -> PriorityName
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PriorityName
impl Debug for PriorityName
Auto Trait Implementations§
impl Freeze for PriorityName
impl RefUnwindSafe for PriorityName
impl Send for PriorityName
impl Sync for PriorityName
impl Unpin for PriorityName
impl UnsafeUnpin for PriorityName
impl UnwindSafe for PriorityName
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