pub struct viewed;
Trait Implementations§
impl HasInputField<viewed, Option<bool>> for UpdateNotificationDataInput
Auto Trait Implementations§
impl Freeze for viewed
impl RefUnwindSafe for viewed
impl Send for viewed
impl Sync for viewed
impl Unpin for viewed
impl UnwindSafe for viewed
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