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