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