pub struct ControllerBulletinsEntity {
pub bulletins: Option<Vec<BulletinEntity>>,
pub controller_service_bulletins: Option<Vec<BulletinEntity>>,
pub flow_analysis_rule_bulletins: Option<Vec<BulletinEntity>>,
pub flow_registry_client_bulletins: Option<Vec<BulletinEntity>>,
pub parameter_provider_bulletins: Option<Vec<BulletinEntity>>,
pub reporting_task_bulletins: Option<Vec<BulletinEntity>>,
}Fields§
§bulletins: Option<Vec<BulletinEntity>>§controller_service_bulletins: Option<Vec<BulletinEntity>>§flow_analysis_rule_bulletins: Option<Vec<BulletinEntity>>§flow_registry_client_bulletins: Option<Vec<BulletinEntity>>§parameter_provider_bulletins: Option<Vec<BulletinEntity>>§reporting_task_bulletins: Option<Vec<BulletinEntity>>Trait Implementations§
Source§impl Clone for ControllerBulletinsEntity
impl Clone for ControllerBulletinsEntity
Source§fn clone(&self) -> ControllerBulletinsEntity
fn clone(&self) -> ControllerBulletinsEntity
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 ControllerBulletinsEntity
impl Debug for ControllerBulletinsEntity
Source§impl Default for ControllerBulletinsEntity
impl Default for ControllerBulletinsEntity
Source§fn default() -> ControllerBulletinsEntity
fn default() -> ControllerBulletinsEntity
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ControllerBulletinsEntity
impl<'de> Deserialize<'de> for ControllerBulletinsEntity
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
Source§impl From<ControllerBulletinsEntity> for ControllerBulletinsEntity
impl From<ControllerBulletinsEntity> for ControllerBulletinsEntity
Source§fn from(v: ControllerBulletinsEntity) -> Self
fn from(v: ControllerBulletinsEntity) -> Self
Converts to this type from the input type.
Source§impl From<ControllerBulletinsEntity> for ControllerBulletinsEntity
impl From<ControllerBulletinsEntity> for ControllerBulletinsEntity
Source§fn from(v: ControllerBulletinsEntity) -> Self
fn from(v: ControllerBulletinsEntity) -> Self
Converts to this type from the input type.
Source§impl From<ControllerBulletinsEntity> for ControllerBulletinsEntity
impl From<ControllerBulletinsEntity> for ControllerBulletinsEntity
Source§fn from(v: ControllerBulletinsEntity) -> Self
fn from(v: ControllerBulletinsEntity) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ControllerBulletinsEntity
impl RefUnwindSafe for ControllerBulletinsEntity
impl Send for ControllerBulletinsEntity
impl Sync for ControllerBulletinsEntity
impl Unpin for ControllerBulletinsEntity
impl UnsafeUnpin for ControllerBulletinsEntity
impl UnwindSafe for ControllerBulletinsEntity
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