pub struct DeleteTopicsOptions { /* private fields */ }Expand description
Options for one DeleteTopics operation.
Implementations§
Trait Implementations§
Source§impl Clone for DeleteTopicsOptions
impl Clone for DeleteTopicsOptions
Source§fn clone(&self) -> DeleteTopicsOptions
fn clone(&self) -> DeleteTopicsOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DeleteTopicsOptions
Source§impl Debug for DeleteTopicsOptions
impl Debug for DeleteTopicsOptions
Source§impl Default for DeleteTopicsOptions
impl Default for DeleteTopicsOptions
impl Eq for DeleteTopicsOptions
Source§impl PartialEq for DeleteTopicsOptions
impl PartialEq for DeleteTopicsOptions
impl StructuralPartialEq for DeleteTopicsOptions
Auto Trait Implementations§
impl Freeze for DeleteTopicsOptions
impl RefUnwindSafe for DeleteTopicsOptions
impl Send for DeleteTopicsOptions
impl Sync for DeleteTopicsOptions
impl Unpin for DeleteTopicsOptions
impl UnsafeUnpin for DeleteTopicsOptions
impl UnwindSafe for DeleteTopicsOptions
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