pub struct RenderPostgresConfig {
pub name: String,
pub disk_size: Option<i64>,
pub owner_id: Option<String>,
pub region: Option<String>,
pub version: Option<String>,
}Fields§
§name: String§disk_size: Option<i64>§owner_id: Option<String>§region: Option<String>§version: Option<String>Trait Implementations§
Source§impl Debug for RenderPostgresConfig
impl Debug for RenderPostgresConfig
Auto Trait Implementations§
impl Freeze for RenderPostgresConfig
impl RefUnwindSafe for RenderPostgresConfig
impl Send for RenderPostgresConfig
impl Sync for RenderPostgresConfig
impl Unpin for RenderPostgresConfig
impl UnsafeUnpin for RenderPostgresConfig
impl UnwindSafe for RenderPostgresConfig
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