pub enum LegalComments {
Default,
None,
Inline,
EndOfFile,
Linked,
External,
}
Variants§
Trait Implementations§
Source§impl Clone for LegalComments
impl Clone for LegalComments
Source§fn clone(&self) -> LegalComments
fn clone(&self) -> LegalComments
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 moreimpl Copy for LegalComments
Auto Trait Implementations§
impl Freeze for LegalComments
impl RefUnwindSafe for LegalComments
impl Send for LegalComments
impl Sync for LegalComments
impl Unpin for LegalComments
impl UnwindSafe for LegalComments
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