pub struct WorkspaceReleaseConfig {
pub banner: ReleaseBannerConfig,
pub header: Option<String>,
pub footer: Option<String>,
}Fields§
The workspace’s release banner details or URL
header: Option<String>A header message appended to the start of the release notes
A footer message appended to the end of the release notes
Trait Implementations§
Source§impl Clone for WorkspaceReleaseConfig
impl Clone for WorkspaceReleaseConfig
Source§fn clone(&self) -> WorkspaceReleaseConfig
fn clone(&self) -> WorkspaceReleaseConfig
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 moreSource§impl Debug for WorkspaceReleaseConfig
impl Debug for WorkspaceReleaseConfig
Source§impl Default for WorkspaceReleaseConfig
impl Default for WorkspaceReleaseConfig
Source§impl<'de> Deserialize<'de> for WorkspaceReleaseConfig
impl<'de> Deserialize<'de> for WorkspaceReleaseConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for WorkspaceReleaseConfig
Source§impl PartialEq for WorkspaceReleaseConfig
impl PartialEq for WorkspaceReleaseConfig
Source§impl Serialize for WorkspaceReleaseConfig
impl Serialize for WorkspaceReleaseConfig
impl StructuralPartialEq for WorkspaceReleaseConfig
Auto Trait Implementations§
impl Freeze for WorkspaceReleaseConfig
impl RefUnwindSafe for WorkspaceReleaseConfig
impl Send for WorkspaceReleaseConfig
impl Sync for WorkspaceReleaseConfig
impl Unpin for WorkspaceReleaseConfig
impl UnsafeUnpin for WorkspaceReleaseConfig
impl UnwindSafe for WorkspaceReleaseConfig
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.