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