pub struct GetBackupPlanInput {
pub backup_plan_id: String,
pub version_id: Option<String>,
}
Fields§
§backup_plan_id: String
Uniquely identifies a backup plan.
version_id: Option<String>
Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.
Trait Implementations§
Source§impl Clone for GetBackupPlanInput
impl Clone for GetBackupPlanInput
Source§fn clone(&self) -> GetBackupPlanInput
fn clone(&self) -> GetBackupPlanInput
Returns a copy 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 GetBackupPlanInput
impl Debug for GetBackupPlanInput
Source§impl Default for GetBackupPlanInput
impl Default for GetBackupPlanInput
Source§fn default() -> GetBackupPlanInput
fn default() -> GetBackupPlanInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetBackupPlanInput
impl PartialEq for GetBackupPlanInput
Source§impl Serialize for GetBackupPlanInput
impl Serialize for GetBackupPlanInput
impl StructuralPartialEq for GetBackupPlanInput
Auto Trait Implementations§
impl Freeze for GetBackupPlanInput
impl RefUnwindSafe for GetBackupPlanInput
impl Send for GetBackupPlanInput
impl Sync for GetBackupPlanInput
impl Unpin for GetBackupPlanInput
impl UnwindSafe for GetBackupPlanInput
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