pub struct SurfaceRuntimeStatusResponse {
pub active: bool,
}Expand description
Controller-owned rollout signal for the shared surface runtime.
Fields§
§active: boolTrait Implementations§
Source§impl Clone for SurfaceRuntimeStatusResponse
impl Clone for SurfaceRuntimeStatusResponse
Source§fn clone(&self) -> SurfaceRuntimeStatusResponse
fn clone(&self) -> SurfaceRuntimeStatusResponse
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 moreSource§impl Debug for SurfaceRuntimeStatusResponse
impl Debug for SurfaceRuntimeStatusResponse
Source§impl<'de> Deserialize<'de> for SurfaceRuntimeStatusResponse
impl<'de> Deserialize<'de> for SurfaceRuntimeStatusResponse
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
Auto Trait Implementations§
impl Freeze for SurfaceRuntimeStatusResponse
impl RefUnwindSafe for SurfaceRuntimeStatusResponse
impl Send for SurfaceRuntimeStatusResponse
impl Sync for SurfaceRuntimeStatusResponse
impl Unpin for SurfaceRuntimeStatusResponse
impl UnsafeUnpin for SurfaceRuntimeStatusResponse
impl UnwindSafe for SurfaceRuntimeStatusResponse
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