#[repr(u8)]pub enum Attribution {
Root = 0,
Decoded = 1,
}Expand description
Optional attribution for work performed inside a derived input.
Variants§
Trait Implementations§
Source§impl Clone for Attribution
impl Clone for Attribution
Source§fn clone(&self) -> Attribution
fn clone(&self) -> Attribution
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 Attribution
Source§impl Debug for Attribution
impl Debug for Attribution
Source§impl Default for Attribution
impl Default for Attribution
Source§fn default() -> Attribution
fn default() -> Attribution
Returns the “default value” for a type. Read more
impl Eq for Attribution
Source§impl PartialEq for Attribution
impl PartialEq for Attribution
impl StructuralPartialEq for Attribution
Auto Trait Implementations§
impl Freeze for Attribution
impl RefUnwindSafe for Attribution
impl Send for Attribution
impl Sync for Attribution
impl Unpin for Attribution
impl UnsafeUnpin for Attribution
impl UnwindSafe for Attribution
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