Struct aws_sdk_kafka::types::Firehose
source · #[non_exhaustive]pub struct Firehose { /* private fields */ }
Implementations§
Trait Implementations§
source§impl PartialEq<Firehose> for Firehose
impl PartialEq<Firehose> for Firehose
impl StructuralPartialEq for Firehose
Auto Trait Implementations§
impl RefUnwindSafe for Firehose
impl Send for Firehose
impl Sync for Firehose
impl Unpin for Firehose
impl UnwindSafe for Firehose
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