pub struct NoTokens;
Expand description
For licenses with no tokens to replace
Trait Implementations§
Source§impl LicenseTokens for NoTokens
impl LicenseTokens for NoTokens
Source§type TokenReplacementValues = ()
type TokenReplacementValues = ()
Struct holding the replacement values needed for the tokens used by the license
Source§fn replacement_pairs(
_replacements: Self::TokenReplacementValues,
) -> Vec<(&'static str, String)>
fn replacement_pairs( _replacements: Self::TokenReplacementValues, ) -> Vec<(&'static str, String)>
List of
(token to search for, replacement value)
.Auto Trait Implementations§
impl Freeze for NoTokens
impl RefUnwindSafe for NoTokens
impl Send for NoTokens
impl Sync for NoTokens
impl Unpin for NoTokens
impl UnwindSafe for NoTokens
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