pub(in server) struct ChannelStatusResponse {
name: String,
declared_ci_commit: Option<String>,
signed_at: Option<String>,
freshness_window_minutes: u32,
}Fields§
§name: String§declared_ci_commit: Option<String>None when offline / file-backed deploys leave meta.ciCommit unset.
signed_at: Option<String>§freshness_window_minutes: u32Trait Implementations§
Source§impl Debug for ChannelStatusResponse
impl Debug for ChannelStatusResponse
Auto Trait Implementations§
impl Freeze for ChannelStatusResponse
impl RefUnwindSafe for ChannelStatusResponse
impl Send for ChannelStatusResponse
impl Sync for ChannelStatusResponse
impl Unpin for ChannelStatusResponse
impl UnwindSafe for ChannelStatusResponse
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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