pub struct GetProjectKeyResponse {
pub encrypted_key: String,
pub nonce: String,
pub sender: Sender,
pub receiver: String,
pub workspace: String,
}
Fields§
§encrypted_key: String
§nonce: String
§sender: Sender
§receiver: String
§workspace: String
Trait Implementations§
Source§impl<'de> Deserialize<'de> for GetProjectKeyResponse
impl<'de> Deserialize<'de> for GetProjectKeyResponse
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
Auto Trait Implementations§
impl Freeze for GetProjectKeyResponse
impl RefUnwindSafe for GetProjectKeyResponse
impl Send for GetProjectKeyResponse
impl Sync for GetProjectKeyResponse
impl Unpin for GetProjectKeyResponse
impl UnwindSafe for GetProjectKeyResponse
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