pub struct Route53;Trait Implementations§
impl Copy for Route53
Auto Trait Implementations§
impl Freeze for Route53
impl RefUnwindSafe for Route53
impl Send for Route53
impl Sync for Route53
impl Unpin for Route53
impl UnwindSafe for Route53
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