pub struct NewSecret {
pub env_id: Uuid,
pub collection: String,
pub name: String,
pub contents: String,
}
Fields§
§env_id: Uuid
§collection: String
§name: String
§contents: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NewSecret
impl RefUnwindSafe for NewSecret
impl Send for NewSecret
impl Sync for NewSecret
impl Unpin for NewSecret
impl UnwindSafe for NewSecret
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