pub struct SubscriptionGroupAttributes {}Implementations§
Auto Trait Implementations§
impl Freeze for SubscriptionGroupAttributes
impl RefUnwindSafe for SubscriptionGroupAttributes
impl Send for SubscriptionGroupAttributes
impl Sync for SubscriptionGroupAttributes
impl Unpin for SubscriptionGroupAttributes
impl UnwindSafe for SubscriptionGroupAttributes
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