pub struct NotificationServiceSetNotificationPreferences;Trait Implementations§
Source§impl Rpc for NotificationServiceSetNotificationPreferences
impl Rpc for NotificationServiceSetNotificationPreferences
const METHOD: &'static MethodDescriptor
type Request = SetNotificationPreferencesRequest
type Response = MutationResponse
impl UnaryRpc for NotificationServiceSetNotificationPreferences
Auto Trait Implementations§
impl Freeze for NotificationServiceSetNotificationPreferences
impl RefUnwindSafe for NotificationServiceSetNotificationPreferences
impl Send for NotificationServiceSetNotificationPreferences
impl Sync for NotificationServiceSetNotificationPreferences
impl Unpin for NotificationServiceSetNotificationPreferences
impl UnsafeUnpin for NotificationServiceSetNotificationPreferences
impl UnwindSafe for NotificationServiceSetNotificationPreferences
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