pub struct CreateSecretParams {
pub name: String,
pub text: String,
pub secret_type: String,
}Fields§
§name: Stringthe variable name of the secret that will be bound to the script
text: Stringthe string value of the secret
secret_type: StringTrait Implementations§
Source§impl Clone for CreateSecretParams
impl Clone for CreateSecretParams
Source§fn clone(&self) -> CreateSecretParams
fn clone(&self) -> CreateSecretParams
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 CreateSecretParams
impl Debug for CreateSecretParams
Source§impl<'a> Endpoint<WorkersSecret, (), CreateSecretParams> for CreateSecret<'a>
impl<'a> Endpoint<WorkersSecret, (), CreateSecretParams> for CreateSecret<'a>
Auto Trait Implementations§
impl Freeze for CreateSecretParams
impl RefUnwindSafe for CreateSecretParams
impl Send for CreateSecretParams
impl Sync for CreateSecretParams
impl Unpin for CreateSecretParams
impl UnwindSafe for CreateSecretParams
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