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