Struct google_datamigration1::api::SshScript
source · pub struct SshScript {
pub script: Option<String>,
}
Expand description
Response message for ‘GenerateSshScript’ request.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
Fields§
§script: Option<String>
The ssh configuration script.
Trait Implementations§
source§impl<'de> Deserialize<'de> for SshScript
impl<'de> Deserialize<'de> for SshScript
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
impl ResponseResult for SshScript
Auto Trait Implementations§
impl RefUnwindSafe for SshScript
impl Send for SshScript
impl Sync for SshScript
impl Unpin for SshScript
impl UnwindSafe for SshScript
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