pub struct TopicJoinConfig;Trait Implementations§
Source§impl Default for TopicJoinConfig
impl Default for TopicJoinConfig
Source§fn default() -> TopicJoinConfig
fn default() -> TopicJoinConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TopicJoinConfig
impl RefUnwindSafe for TopicJoinConfig
impl Send for TopicJoinConfig
impl Sync for TopicJoinConfig
impl Unpin for TopicJoinConfig
impl UnwindSafe for TopicJoinConfig
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