pub struct notificationsPermalink;
Trait Implementations§
Source§impl Field for notificationsPermalink
impl Field for notificationsPermalink
Auto Trait Implementations§
impl Freeze for notificationsPermalink
impl RefUnwindSafe for notificationsPermalink
impl Send for notificationsPermalink
impl Sync for notificationsPermalink
impl Unpin for notificationsPermalink
impl UnwindSafe for notificationsPermalink
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