pub struct MigratePlcRequest {
pub destination: String,
pub destination_token: String,
pub origin: String,
pub did: String,
pub origin_token: String,
pub plc_signing_token: String,
pub user_recovery_key: Option<String>,
}Fields§
§destination: String§destination_token: String§origin: String§did: String§origin_token: String§plc_signing_token: String§user_recovery_key: Option<String>Trait Implementations§
Source§impl Debug for MigratePlcRequest
impl Debug for MigratePlcRequest
Source§impl<'de> Deserialize<'de> for MigratePlcRequest
impl<'de> Deserialize<'de> for MigratePlcRequest
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 MigratePlcRequest
impl RefUnwindSafe for MigratePlcRequest
impl Send for MigratePlcRequest
impl Sync for MigratePlcRequest
impl Unpin for MigratePlcRequest
impl UnwindSafe for MigratePlcRequest
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