pub struct FlowRegistryClientEntity {
pub bulletins: Option<Vec<BulletinEntity>>,
pub component: Option<FlowRegistryClientDto>,
pub disconnected_node_acknowledged: Option<bool>,
pub id: Option<String>,
pub operate_permissions: Option<PermissionsDto>,
pub permissions: Option<PermissionsDto>,
pub position: Option<PositionDto>,
pub revision: Option<RevisionDto>,
pub uri: Option<String>,
}Fields§
§bulletins: Option<Vec<BulletinEntity>>§component: Option<FlowRegistryClientDto>§disconnected_node_acknowledged: Option<bool>§id: Option<String>§operate_permissions: Option<PermissionsDto>§permissions: Option<PermissionsDto>§position: Option<PositionDto>§revision: Option<RevisionDto>§uri: Option<String>Trait Implementations§
Source§impl Clone for FlowRegistryClientEntity
impl Clone for FlowRegistryClientEntity
Source§fn clone(&self) -> FlowRegistryClientEntity
fn clone(&self) -> FlowRegistryClientEntity
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 FlowRegistryClientEntity
impl Debug for FlowRegistryClientEntity
Source§impl Default for FlowRegistryClientEntity
impl Default for FlowRegistryClientEntity
Source§fn default() -> FlowRegistryClientEntity
fn default() -> FlowRegistryClientEntity
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FlowRegistryClientEntity
impl<'de> Deserialize<'de> for FlowRegistryClientEntity
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<FlowRegistryClientEntity> for FlowRegistryClientEntity
impl From<FlowRegistryClientEntity> for FlowRegistryClientEntity
Source§fn from(v: FlowRegistryClientEntity) -> Self
fn from(v: FlowRegistryClientEntity) -> Self
Converts to this type from the input type.
Source§impl From<FlowRegistryClientEntity> for FlowRegistryClientEntity
impl From<FlowRegistryClientEntity> for FlowRegistryClientEntity
Source§fn from(v: FlowRegistryClientEntity) -> Self
fn from(v: FlowRegistryClientEntity) -> Self
Converts to this type from the input type.
Source§impl From<FlowRegistryClientEntity> for FlowRegistryClientEntity
impl From<FlowRegistryClientEntity> for FlowRegistryClientEntity
Source§fn from(v: FlowRegistryClientEntity) -> Self
fn from(v: FlowRegistryClientEntity) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for FlowRegistryClientEntity
impl RefUnwindSafe for FlowRegistryClientEntity
impl Send for FlowRegistryClientEntity
impl Sync for FlowRegistryClientEntity
impl Unpin for FlowRegistryClientEntity
impl UnsafeUnpin for FlowRegistryClientEntity
impl UnwindSafe for FlowRegistryClientEntity
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