pub enum ReplicateTo {
None,
SsmDocument,
}Variants§
Trait Implementations§
Source§impl From<ReplicateTo> for String
impl From<ReplicateTo> for String
Source§fn from(value: ReplicateTo) -> Self
fn from(value: ReplicateTo) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ReplicateTo
impl RefUnwindSafe for ReplicateTo
impl Send for ReplicateTo
impl Sync for ReplicateTo
impl Unpin for ReplicateTo
impl UnwindSafe for ReplicateTo
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more