pub struct SemanticReleaseConfiguration { /* private fields */ }Implementations§
Source§impl SemanticReleaseConfiguration
impl SemanticReleaseConfiguration
pub fn read_from_file( semantic_release_manifest_path: &Path, ) -> Result<Self, Error>
pub fn write_if_modified(&mut self, write_to: WriteTo) -> Result<(), Error>
pub fn apply_whitelist(&mut self, to_remove: HashSet<String>)
Auto Trait Implementations§
impl Freeze for SemanticReleaseConfiguration
impl RefUnwindSafe for SemanticReleaseConfiguration
impl Send for SemanticReleaseConfiguration
impl Sync for SemanticReleaseConfiguration
impl Unpin for SemanticReleaseConfiguration
impl UnwindSafe for SemanticReleaseConfiguration
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