pub struct GetSecretRequest {
pub key: SecretsId,
pub context: DelegateContext,
pub processed: bool,
}
Fields§
§key: SecretsId
§context: DelegateContext
§processed: bool
Implementations§
Trait Implementations§
Source§impl Clone for GetSecretRequest
impl Clone for GetSecretRequest
Source§fn clone(&self) -> GetSecretRequest
fn clone(&self) -> GetSecretRequest
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 GetSecretRequest
impl Debug for GetSecretRequest
Source§impl<'de> Deserialize<'de> for GetSecretRequest
impl<'de> Deserialize<'de> for GetSecretRequest
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<GetSecretRequest> for InboundDelegateMsg<'_>
impl From<GetSecretRequest> for InboundDelegateMsg<'_>
Source§fn from(value: GetSecretRequest) -> Self
fn from(value: GetSecretRequest) -> Self
Converts to this type from the input type.
Source§impl From<GetSecretRequest> for OutboundDelegateMsg
impl From<GetSecretRequest> for OutboundDelegateMsg
Source§fn from(req: GetSecretRequest) -> Self
fn from(req: GetSecretRequest) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for GetSecretRequest
impl RefUnwindSafe for GetSecretRequest
impl Send for GetSecretRequest
impl Sync for GetSecretRequest
impl Unpin for GetSecretRequest
impl UnwindSafe for GetSecretRequest
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