pub struct EnableReplication;Available on crate feature
iam only.Trait Implementations§
Source§impl Clone for EnableReplication
impl Clone for EnableReplication
Source§fn clone(&self) -> EnableReplication
fn clone(&self) -> EnableReplication
Returns a duplicate 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 EnableReplication
impl Debug for EnableReplication
Source§impl Serialize for EnableReplication
impl Serialize for EnableReplication
impl Action for EnableReplication
impl Copy for EnableReplication
impl LambdaAction for EnableReplication
Auto Trait Implementations§
impl Freeze for EnableReplication
impl RefUnwindSafe for EnableReplication
impl Send for EnableReplication
impl Sync for EnableReplication
impl Unpin for EnableReplication
impl UnwindSafe for EnableReplication
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