pub enum RetentionKind {
User,
Feedback,
Project,
Reference,
Skill,
Artifact,
Other,
}Variants§
Trait Implementations§
Source§impl Clone for RetentionKind
impl Clone for RetentionKind
Source§fn clone(&self) -> RetentionKind
fn clone(&self) -> RetentionKind
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 moreimpl Copy for RetentionKind
Source§impl Debug for RetentionKind
impl Debug for RetentionKind
impl Eq for RetentionKind
Source§impl PartialEq for RetentionKind
impl PartialEq for RetentionKind
impl StructuralPartialEq for RetentionKind
Auto Trait Implementations§
impl Freeze for RetentionKind
impl RefUnwindSafe for RetentionKind
impl Send for RetentionKind
impl Sync for RetentionKind
impl Unpin for RetentionKind
impl UnsafeUnpin for RetentionKind
impl UnwindSafe for RetentionKind
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