pub struct FlowRegistryBucketEntity {
pub bucket: Option<FlowRegistryBucketDto>,
pub id: Option<String>,
pub permissions: Option<PermissionsDto>,
}Fields§
§bucket: Option<FlowRegistryBucketDto>§id: Option<String>§permissions: Option<PermissionsDto>Trait Implementations§
Source§impl Clone for FlowRegistryBucketEntity
impl Clone for FlowRegistryBucketEntity
Source§fn clone(&self) -> FlowRegistryBucketEntity
fn clone(&self) -> FlowRegistryBucketEntity
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 FlowRegistryBucketEntity
impl Debug for FlowRegistryBucketEntity
Source§impl Default for FlowRegistryBucketEntity
impl Default for FlowRegistryBucketEntity
Source§fn default() -> FlowRegistryBucketEntity
fn default() -> FlowRegistryBucketEntity
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FlowRegistryBucketEntity
impl<'de> Deserialize<'de> for FlowRegistryBucketEntity
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<FlowRegistryBucketEntity> for FlowRegistryBucketEntity
impl From<FlowRegistryBucketEntity> for FlowRegistryBucketEntity
Source§fn from(v: FlowRegistryBucketEntity) -> Self
fn from(v: FlowRegistryBucketEntity) -> Self
Converts to this type from the input type.
Source§impl From<FlowRegistryBucketEntity> for FlowRegistryBucketEntity
impl From<FlowRegistryBucketEntity> for FlowRegistryBucketEntity
Source§fn from(v: FlowRegistryBucketEntity) -> Self
fn from(v: FlowRegistryBucketEntity) -> Self
Converts to this type from the input type.
Source§impl From<FlowRegistryBucketEntity> for FlowRegistryBucketEntity
impl From<FlowRegistryBucketEntity> for FlowRegistryBucketEntity
Source§fn from(v: FlowRegistryBucketEntity) -> Self
fn from(v: FlowRegistryBucketEntity) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for FlowRegistryBucketEntity
impl RefUnwindSafe for FlowRegistryBucketEntity
impl Send for FlowRegistryBucketEntity
impl Sync for FlowRegistryBucketEntity
impl Unpin for FlowRegistryBucketEntity
impl UnsafeUnpin for FlowRegistryBucketEntity
impl UnwindSafe for FlowRegistryBucketEntity
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