Struct controller::apis::postgres_parameters::WrapValue
source · pub struct WrapValue(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for WrapValue
impl Send for WrapValue
impl Sync for WrapValue
impl Unpin for WrapValue
impl UnwindSafe for WrapValue
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